Skip to content
Snippets Groups Projects
Verified Commit 150547b5 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

:bug: Bytecode + block decomposition: temporary terms were not correctly output

Temporary terms computed in previous blocks were not used in the bytecode
output of a given block. This was inefficient (because this means that
expressions already computed and store in the temporary terms vector would be
recomputed), and incidentally it would break the external functions
output (because it would trigger a lookup in the “TEF terms”, which would thus
fail).

Closes: #115
parent 1024b7de
No related branches found
No related tags found
No related merge requests found
Pipeline #8449 passed