Re: [drlvm][jit][ia-32]escape analysis based scalar replacement

2006-11-17 Thread Pavel Ozhdikhin
Natalya, Thanks for the proposal. I think you should start with opening a new JIRA issue, copy the description of the optimization there and submit some micro-benchmarks showing the headroom for optimization. Later we'll use this JIRA for discussng code patches. One question: -optimiz

[drlvm][jit][ia-32]escape analysis based scalar replacement

2006-11-17 Thread Natalya Golovleva
Hello all, JIT Development Tasks list among other tasks contains new optimization - EA-based scalar replacement. EA determinates for every reference object used in the method its state: local, argument escaped and global escaped. Escape analysis (EA) is already committed to harmony. Sca