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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment