[pypy-svn] r39026 - in pypy/release/0.99.x/pypy: doc doc/config jit jit/codegen jit/goal jit/hintannotator jit/timeshifter jit/tl module/pypyjit

pedronis at codespeak.net pedronis at codespeak.net
Fri Feb 16 16:57:48 CET 2007


Author: pedronis
Date: Fri Feb 16 16:57:47 2007
New Revision: 39026

Removed:
   pypy/release/0.99.x/pypy/doc/config/objspace.usemodules.pypyjit.txt
   pypy/release/0.99.x/pypy/jit/TODO.txt
   pypy/release/0.99.x/pypy/jit/__init__.py
   pypy/release/0.99.x/pypy/jit/codegen/
   pypy/release/0.99.x/pypy/jit/conftest.py
   pypy/release/0.99.x/pypy/jit/goal/
   pypy/release/0.99.x/pypy/jit/hintannotator/
   pypy/release/0.99.x/pypy/jit/timeshifter/
   pypy/release/0.99.x/pypy/jit/tl/
   pypy/release/0.99.x/pypy/module/pypyjit/
Modified:
   pypy/release/0.99.x/pypy/doc/index.txt
Log:
- removing pypyjit module
- emptying the jit directory

- removing some references from doc/index.txt, annotating some others with a non-inclusion comment



Modified: pypy/release/0.99.x/pypy/doc/index.txt
==============================================================================
--- pypy/release/0.99.x/pypy/doc/index.txt	(original)
+++ pypy/release/0.99.x/pypy/doc/index.txt	Fri Feb 16 16:57:47 2007
@@ -124,7 +124,7 @@
 `CLI backend`_ describes the details of the .NET backend.
 
 `JIT Generation in PyPy`_ describes how we produce the Python Just-in-time Compiler
-from our Python interpreter.
+from our Python interpreter (Code not included in 0.99).
 
 
 
@@ -193,18 +193,7 @@
 `interpreter/astcompiler/`_    interpreter-level bytecode compiler, via an AST
                                representation
 
-`jit/`_                        the `just-in-time compiler generator`_
-
-`jit/codegen/`_                `jit backends`_ for different architectures
-
-`jit/goal/`_                   the translation targets that produce a PyPy with a JIT_
-
-`jit/hintannotator/`_          the `hint-annotator`_ that analyzes an interpreter
-
-`jit/timeshifter/`_            the `timeshifter`_ that turns an interpreter into a JIT compiler
-
-`jit/tl/`_                     interpreters for toy languages, with which we test the
-                               JIT generator
+`jit/`_                        the `just-in-time compiler generator`_ (not in 0.99)
 
 `lang/`_                       interpreters for non-Python languages, written in RPython_
 



More information about the Pypy-commit mailing list