Author: arigo
Date: Mon Jan 8 11:33:12 2007
New Revision: 36236
Added:
pypy/branch/jit-codegen-refactor/
- copied from r36235, pypy/dist/
Log:
(mwh, arigo)
A (hopefully short-lived) branch to refactor a bit the codegen interface
of the JIT, using enter_next_block() less often. This should make
register allocation easier.