This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: implementing escape analysis


Paul Biggar writes:
 > Hi,
 > 
 > I've been looking at escape analysis in the past few days, and can't
 > find a decent reference implementation. I see on the project page that
 > escape analysis is wanted in gcj, and I thought I'd take a look
 > implementing it. Has anybody made any efforts at it before, or perhaps
 > does a prototype exists?

http://www.research.ibm.com/people/g/gupta/escape.ps

But I probably wouldn't recommend you to do it in a gcj-specific way.
gcj is merely the Java language front-end for gcc, and there may be a
plan for escape analysis that will suit all gcc's languages that can
use it.

Paging Diego Novillo...

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]