[pypy-svn] r64238 - pypy/trunk/pypy/doc/jit

arigo at codespeak.net arigo at codespeak.net
Fri Apr 17 12:14:42 CEST 2009


Author: arigo
Date: Fri Apr 17 12:14:42 2009
New Revision: 64238

Removed:
   pypy/trunk/pypy/doc/jit/backend.txt
   pypy/trunk/pypy/doc/jit/howto.txt
   pypy/trunk/pypy/doc/jit/rainbow.txt
   pypy/trunk/pypy/doc/jit/status.txt
   pypy/trunk/pypy/doc/jit/theory.txt
Modified:
   pypy/trunk/pypy/doc/jit/_ref.txt
   pypy/trunk/pypy/doc/jit/index.txt
Log:
Kill old files.  Only keep the overview and the links to the blog.


Modified: pypy/trunk/pypy/doc/jit/_ref.txt
==============================================================================
--- pypy/trunk/pypy/doc/jit/_ref.txt	(original)
+++ pypy/trunk/pypy/doc/jit/_ref.txt	Fri Apr 17 12:14:42 2009
@@ -1,8 +0,0 @@
-.. _`demo/jit/`: ../../../demo/jit
-.. _`demo/jit/f1.py`: ../../../demo/jit/f1.py
-.. _`pypy/jit/tl/targettiny1.py`: ../../../pypy/jit/tl/targettiny1.py
-.. _`pypy/jit/tl/tiny1.py`: ../../../pypy/jit/tl/tiny1.py
-.. _`pypy/jit/tl/tiny2.py`: ../../../pypy/jit/tl/tiny2.py
-.. _`rpython/rlist.py`: ../../../pypy/rpython/rlist.py
-.. _`pypy/jit/codegen/model.py`: http://codespeak.net/svn/pypy/branch/oo-jit/pypy/jit/codegen/model.py
-.. _`pypy/jit/timeshifter/rvalue.py`: http://codespeak.net/svn/pypy/branch/oo-jit/pypy/jit/timeshifter/rvalue.py

Modified: pypy/trunk/pypy/doc/jit/index.txt
==============================================================================
--- pypy/trunk/pypy/doc/jit/index.txt	(original)
+++ pypy/trunk/pypy/doc/jit/index.txt	Fri Apr 17 12:14:42 2009
@@ -21,27 +21,6 @@
 
 - Notes_ about the current work in PyPy
 
-Older stuff
-------------------------------------------------------------
-
-*The following documentation is no longer up-to-date!*
-
-- Status_: using a pypy-c with a JIT
-
-- `How-to`_: make your own JIT compilers, with examples for tiny languages
-
-- Theory_: partial evaluation
-
-- How it all works: the Rainbow_ interpreter
-
-- Machine code Backends_
-
-------------------------------------------------------------
 
 .. _Overview: overview.html
-.. _Status: status.html
-.. _`How-to`: howto.html
-.. _Theory: theory.html
-.. _Rainbow: rainbow.html
-.. _Backends: backend.html
 .. _Notes: pyjitpl5.html



More information about the Pypy-commit mailing list