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

arigo at codespeak.net arigo at codespeak.net
Sat Jan 14 22:56:38 CET 2006


Author: arigo
Date: Sat Jan 14 22:56:37 2006
New Revision: 22181

Modified:
   pypy/dist/pypy/doc/discussion/draft-jit-ideas.txt
Log:
Check-in a paragraph that is meant to be followed by more.


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	Sat Jan 14 22:56:37 2006
@@ -83,4 +83,14 @@
 Machine code backends and register allocation
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-xxx
\ No newline at end of file
+xxx
+
+Alternative: RPython interface to code generation
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+As a first step, to allow experimentation with code generation without
+all the difficulties of the L3 graph model and L3 interpreter, we could
+provide a set of primitive RPython functions that enable simple code
+generation.
+
+TBD



More information about the Pypy-commit mailing list