Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r50066:de0569ccdb88
Date: 2011-12-02 16:08 +0100
http://bitbucket.org/pypy/pypy/changeset/de0569ccdb88/
Log: remove parameter save area from stacklayout
diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py
b/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py
--- a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py
+++ b/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py
@@ -26,10 +26,6 @@
| | |
| SPILLING AREA | |>>
regalloc.frame_manager.frame_depth * WORD
| (LOCAL VARIABLE SPACE) | |
- --------------------------- --
- | | |
- | PARAMETER SAVE AREA | |>> use MAX(number of
parameters
- | | | passed on stack in
emit_call) * WORD
--------------------------- --
| TOC POINTER | WORD |
--------------------------- |
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit