This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Graal: A quest for the JVM to leverage its own J
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
Graal is a just-in-time compiler written in Java that works with both the HotSpot VM and the Maxine VM. It is based on a port of the HotSpot client compiler from C++ to Java, but it takes new approaches in some key areas, most notably the intermediate representation. The Graal project objective is to create an extensible, dynamic compiler using object-oriented Java programming, a graph intermediate representation and Java snippets.
Watch the video on http://medianetwork.oracle.com/video/player/1785432492001
Watch the slides on http://wiki.jvmlangsummit.com/images/c/c4/Simon_Graal_Presentation.pdf