[pypy-svn] r20642 - pypy/dist/pypy/doc/discussion

arigo at codespeak.net arigo at codespeak.net
Sun Dec 4 15:42:35 CET 2005


Author: arigo
Date: Sun Dec  4 15:42:34 2005
New Revision: 20642

Modified:
   pypy/dist/pypy/doc/discussion/draft-jit-ideas.txt
Log:
Concrete short-term JIT plans.


Modified: pypy/dist/pypy/doc/discussion/draft-jit-ideas.txt
==============================================================================
--- pypy/dist/pypy/doc/discussion/draft-jit-ideas.txt	(original)
+++ pypy/dist/pypy/doc/discussion/draft-jit-ideas.txt	Sun Dec  4 15:42:34 2005
@@ -1,6 +1,24 @@
 JIT ideas and areas of work
 ------------------------------
 
+Plan
+===========================
+
+Short-term plans:
+
+1. Write a small interpreter in RPython for whatever bytecode language,
+   as an example and for testing.  The goal is to turn that interpreter
+   into a JIT.
+
+2. Write code that takes LL graphs and "specializes" them, by making a
+   variable constant and propagating it.
+
+3. Think more about how to plug 1 into 2 :-)
+
+
+Discussion and details
+===========================
+
 Low-level graphs abstract interpreter
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 



More information about the Pypy-commit mailing list