Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r50056:d3e4ca39849d
Date: 2011-12-02 12:05 +0100
http://bitbucket.org/pypy/pypy/changeset/d3e4ca39849d/
Log: added force index to description of stackframe
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
@@ -2,9 +2,10 @@
PyPy PPC Stackframe
-
- --------------------------- --
- | | |
+
OLD FRAME
+ | BACK CHAIN |
+ - - - - - --------------------------- - - - - -- - - - - - - - - -
+ | | |
CURRENT FRAME
| FPR SAVE AREA | |>> len(NONVOLATILES_FPR) *
WORD
| | |
--------------------------- --
@@ -16,6 +17,8 @@
| FLOAT/INT CONVERSION | |>> ? * WORD
| | |
--------------------------- --
+ | FORCE INDEX | WORD | 1 WORD
+ SPP -> --------------------------- --
| | |
| SPILLING AREA | |>>
regalloc.frame_manager.frame_depth * WORD
| (LOCAL VARIABLE SPACE) | |
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit