[pypy-commit] lang-smalltalk default: enable inlining

lwassermann noreply at buildbot.pypy.org
Mon Mar 4 17:40:54 CET 2013


Author: Lars Wassermann <lars.wassermann at gmail.com>
Branch: 
Changeset: r116:f395aad2770a
Date: 2013-03-04 15:43 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/f395aad2770a/

Log:	enable inlining

diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py
--- a/spyvm/test/jit.py
+++ b/spyvm/test/jit.py
@@ -69,4 +69,4 @@
         def interp_w():
             interp.loop(w_frame)
 
-        self.meta_interp(interp_w, [], listcomp=True, listops=True, backendopt=True)
+        self.meta_interp(interp_w, [], listcomp=True, listops=True, backendopt=True, inline=True)


More information about the pypy-commit mailing list