Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r50023:7f81c8cd30bc
Date: 2011-11-30 18:03 +0100
http://bitbucket.org/pypy/pypy/changeset/7f81c8cd30bc/

Log:    enable direct bootstrap code

diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py 
b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
--- a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
+++ b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
@@ -599,7 +599,7 @@
         self._make_prologue(regalloc_head, frame_depth)
      
         direct_bootstrap_code = self.mc.currpos()
-        #self.gen_direct_bootstrap_code(loophead, looptoken, inputargs, 
frame_depth)
+        self.gen_direct_bootstrap_code(loophead, looptoken, inputargs, 
frame_depth)
 
         self.write_pending_failure_recoveries()
         loop_start = self.materialize_loop(looptoken, False)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to