[pypy-svn] r37618 - pypy/dist/pypy/jit/codegen
ac at codespeak.net
ac at codespeak.net
Tue Jan 30 17:45:52 CET 2007
Author: ac
Date: Tue Jan 30 17:45:51 2007
New Revision: 37618
Modified:
pypy/dist/pypy/jit/codegen/model.py
Log:
Oops! The replay builder needs these too.
Modified: pypy/dist/pypy/jit/codegen/model.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/model.py (original)
+++ pypy/dist/pypy/jit/codegen/model.py Tue Jan 30 17:45:51 2007
@@ -474,3 +474,9 @@
def get_frame_info(self, vars_gv):
return None
+
+ def alloc_frame_place(self, kind, gv_initial_value):
+ return None
+
+ def genop_absorb_place(self, kind, place):
+ return dummy_var
More information about the pypy-svn
mailing list