[pypy-commit] pypy ppc-jit-backend: added force index to description of stackframe

hager noreply at buildbot.pypy.org
Fri Dec 2 12:05:54 CET 2011


Author: hager <sven.hager at uni-duesseldorf.de>
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) |          |


More information about the pypy-commit mailing list