Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60472:204591cade37
Date: 2013-01-25 19:31 +0200
http://bitbucket.org/pypy/pypy/changeset/204591cade37/
Log: apparently is_shadow_stack is not constant folded away
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/x86/assembler.py
+++ b/rpython/jit/backend/x86/assembler.py
@@ -2146,6 +2146,7 @@
# like %eax that would be destroyed by this call, *and* they are
# used by arglocs for the *next* call, then trouble; for now we
# will just push/pop them.
+ raise NotImplementedError
xxx
from rpython.rtyper.memory.gctransform import asmgcroot
css = self._regalloc.close_stack_struct
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit