Run optimizations before Escape Analysis?

View: Old framed views
3 Messages — Rating Filter:   Alert me  
Run optimizations before Escape Analysis? - I've been trying to help EA find more NoEscape allocations because I've noticed it missing out on some cases that could... Loading...
Ed, You can try to move EA code into Optimize() method after first IterGVN.optimize() and remove nulling... Loading...
On Wed, Dec 3, 2008 at 9:34 AM, Vladimir Kozlov <Vladimir.Kozlov@...> wrote: > You can try to move EA code into... Loading...