Graal
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
- | [[wikipedia:Graal_(compiler)|Graal]] is | + | [[wikipedia:Graal_(compiler)|Graal]] is an alternative version of [[HotSpot]] [[VM]]. Instead of [[HotSpot]], which is written in [[C]] and [[C++]], [[Graal]] is written in [[Java]]. This makes the code generation more approachable to [[Java]] programmers (at least on universities) and as such there is likely to be more progress on [[Graal]] than there ever was on [[HotSpot]]. |
Revision as of 12:47, 25 August 2016
Graal is an alternative version of HotSpot VM. Instead of HotSpot, which is written in C and C++, Graal is written in Java. This makes the code generation more approachable to Java programmers (at least on universities) and as such there is likely to be more progress on Graal than there ever was on HotSpot.