Author: Tim Felgentreff <[email protected]>
Branch:
Changeset: r365:31e9905ba200
Date: 2013-05-03 13:34 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/31e9905ba200/
Log: add nojit vm, rename targetimageloadingsmalltalk(-nojit)-c to
rsqueakvm(-nojit)
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -208,7 +208,8 @@
RSqueakVM = Project(
"lang-smalltalk",
executables=[
- Executable("targetimageloadingsmalltalk-c",
"./targetimageloadingsmalltalk-c")
+ Executable("rsqueakvm", "./targetimageloadingsmalltalk-c"),
+ Executable("rsqueakvm-nojit", "./targetimageloadingsmalltalk-nojit-c")
],
arguments=["images/%s.image" % SqueakImage, '-m', 'runSPyBenchmarks']
)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit