[pypy-svn] r14765 - pypy/dist/pypy/documentation
hpk at codespeak.net
hpk at codespeak.net
Tue Jul 19 14:09:19 CEST 2005
Author: hpk
Date: Tue Jul 19 14:09:18 2005
New Revision: 14765
Modified:
pypy/dist/pypy/documentation/interpreter.txt
Log:
merged introduction and overview
Modified: pypy/dist/pypy/documentation/interpreter.txt
==============================================================================
--- pypy/dist/pypy/documentation/interpreter.txt (original)
+++ pypy/dist/pypy/documentation/interpreter.txt Tue Jul 19 14:09:18 2005
@@ -8,15 +8,12 @@
.. _`Bytecode Interpreter`: architecture.html#the-bytecode-interpreter
-Introduction
-============
+Introduction and Overview
+===============================
This document describes the implementation of PyPy's
`Bytecode Interpreter`_ and related Virtual Machine functionalities.
-Overview
-============
-
PyPy's bytecode interpreter has a structure reminiscent of
CPython's Virtual Machine: Source code is parsed and compiled
into code objects which encapsulate information about their
More information about the Pypy-commit
mailing list