[pypy-commit] pypy ppc-jit-backend: remove parameter save area from stacklayout

hager noreply at buildbot.pypy.org
Fri Dec 2 16:08:33 CET 2011


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


More information about the pypy-commit mailing list