Skip to content
Snippets Groups Projects
Commit ca288539 authored by dtc's avatar dtc
Browse files

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.
parent c8424b33
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