Author: Armin Rigo <ar...@tunes.org>
Branch: op_malloc_gc
Changeset: r49537:f84b61015be5
Date: 2011-11-18 19:02 +0100
http://bitbucket.org/pypy/pypy/changeset/f84b61015be5/

Log:    The interface that I really want.

diff --git a/pypy/jit/metainterp/resoperation.py 
b/pypy/jit/metainterp/resoperation.py
--- a/pypy/jit/metainterp/resoperation.py
+++ b/pypy/jit/metainterp/resoperation.py
@@ -470,7 +470,8 @@
     'NEW_ARRAY/1d',
     'NEWSTR/1',
     'NEWUNICODE/1',
-    'MALLOC_GC/1',        # added by llsupport/gc: GC malloc of ConstInt bytes
+    'MALLOC_GC/3',       # added by llsupport/gc: malloc of C1+N*C2 bytes
+    'MALLOC_NURSERY/1',  # added by llsupport/gc: nursery malloc, const bytes
     '_MALLOC_LAST',
     'FORCE_TOKEN/0',
     'VIRTUAL_REF/2',         # removed before it's passed to the backend
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to