-
- Downloads

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.
Loading
Please register or sign in to comment