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

:bug: Suboptimal temporary terms for external functions

If a given external function was called two times with different arguments,
then the second call would always be computed in the same temporary terms
chunk (derivation order or block) as the first call, even if this was not
necessary (technically, the second call would be promoted in the temporary
terms computation in the same category as the first call).

This could possibly lead to an inefficiency.
parent 712b11a0
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment