[pypy-commit] pypy kill-gen-store-back-in: enable writing jitcodes

fijal noreply at buildbot.pypy.org
Thu Jul 11 15:55:21 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: kill-gen-store-back-in
Changeset: r65343:82688b1c1e1a
Date: 2013-07-11 15:53 +0200
http://bitbucket.org/pypy/pypy/changeset/82688b1c1e1a/

Log:	enable writing jitcodes

diff --git a/rpython/jit/codewriter/codewriter.py b/rpython/jit/codewriter/codewriter.py
--- a/rpython/jit/codewriter/codewriter.py
+++ b/rpython/jit/codewriter/codewriter.py
@@ -13,7 +13,7 @@
 
 class CodeWriter(object):
     callcontrol = None    # for tests
-    debug = False
+    debug = True
 
     def __init__(self, cpu=None, jitdrivers_sd=[]):
         self.cpu = cpu


More information about the pypy-commit mailing list