-
- Downloads
When constant-folding succeeds alway transform the call so that even
non-flushable functions are flushed. For single value calls it had been just unlinking the result and inserting the constant but this failed to flush the call if it didn't have a flushable attribute, for example numeric constant coercions were not being flush when successful leading to rather inefficient code.
Loading
Please register or sign in to comment