compiler: Mark non-escaping variables that aren't addressed.
When optimizing allocations, only variables that had their address taken somewhere in the program were marked as non-escaping. There are several cases where non-addressed variables might cause extra allocations. From-SVN: r222640
Showing
Please
register
or
sign in
to comment