Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
I noticed that c2 wouldn't always run loop opts when the compilation include loops. Compile::has_loops() is what controls whether loop opts are executed. It's initially false and then set to true as parsing finds new loops. Parsing doesn't seem to always update the flag when it should.
|