[llvm-commits] [hlvm] r38166 - /hlvm/trunk/docs/ReleasePlans.html

Reid Spencer reid at x10sys.com
Sat Jul 7 17:00:39 PDT 2007


Author: reid
Date: Sat Jul  7 19:00:39 2007
New Revision: 38166

URL: http://llvm.org/viewvc/llvm-project?rev=38166&view=rev
Log:
Add Interpreter and JIT compiler to pre-release 0.2 plans.

Modified:
    hlvm/trunk/docs/ReleasePlans.html

Modified: hlvm/trunk/docs/ReleasePlans.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/ReleasePlans.html?rev=38166&r1=38165&r2=38166&view=diff

==============================================================================
--- hlvm/trunk/docs/ReleasePlans.html (original)
+++ hlvm/trunk/docs/ReleasePlans.html Sat Jul  7 19:00:39 2007
@@ -121,6 +121,13 @@
   <li><a name="rubytest"><em>Ruby Tests</em></a>.
   Add test cases that exercise the features added for Ruby. These are XML
   based test cases, not Ruby source</li>
+  <li><a name="interp"><em>Interpreter</em></a>.
+  We will introduce the HLVM interpreter in this release. It will interpret
+  AST nodes directly and execute them.</li>
+  <li><a name="jit"><em>JIT Runtime</em></a>.
+  The JIT runtime will notice which functions being executed are being invoked
+  frequently and will use LLVM to convert them to just-in-time compiled native
+  code.</li>
 </div>
 
 <!-- ======================================================================= -->





More information about the llvm-commits mailing list