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


On Tue, 2006-02-21 at 01:00 +0100, Tom Tromey wrote:
> For Java it is also interesting to do thread escape analysis, where
> you omit locking if you can prove that an object does not escape a
> thread.  There's an IBM Jalapeno paper on this topic (both kinds of
> escape analysis really).

Just for reference. Jalapeno was renamed JikesRVM when it was released
as Free Software. Based on GNU Classpath of course :)
Since it is used so much in research institutions and universities it
has an impressive list of research papers based on it and since it is
Free Software the code to back up some of these papers/algorithms is
actually available as part of JikesRVM:
http://jikesrvm.sourceforge.net/info/papers.shtml

Cheers,

Mark

-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/

Attachment: signature.asc
Description: This is a digitally signed message part


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