Author: Lars Wassermann <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit