[pypy-commit] pypy ppc-jit-backend: (edelsohn, hager): corrected diagram of stackframes

hager noreply at buildbot.pypy.org
Tue Jan 3 17:06:42 CET 2012


Author: hager <sven.hager at uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r50999:59f9ad63fcbc
Date: 2012-01-03 17:05 +0100
http://bitbucket.org/pypy/pypy/changeset/59f9ad63fcbc/

Log:	(edelsohn, hager): corrected diagram of stackframes

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
@@ -32,7 +32,11 @@
             |                         |          |
             ---------------------------         --
   (64 Bit)  |        TOC POINTER      | WORD     |
-            ---------------------------          |
+            ---------------------------         --
+            |                         |          |
+  (64 Bit)  |  RESERVED FOR COMPILER  |          |>> 2 * WORD
+            |       AND LINKER        |          |  
+            ---------------------------         --
             |         SAVED LR        | WORD     |
             ---------------------------          |>> 4 WORDS (64 Bit)
   (64 Bit)  |         SAVED CR        | WORD     |   2 WORDS (32 Bit)


More information about the pypy-commit mailing list