Author: Armin Rigo
Branch:
Changeset: r47318:501bfffe93ca
Date: 2011-09-17 18:47 +0200
http://bitbucket.org/pypy/pypy/changeset/501bfffe93ca/
Log:Disable logging the jit-running times, which are not interesting and
run far too often.
diff --git a/pypy/jit/metainterp/warmstate.py b/p
Author: Armin Rigo
Branch:
Changeset: r47319:22c4810b13a3
Date: 2011-09-17 19:33 +0200
http://bitbucket.org/pypy/pypy/changeset/22c4810b13a3/
Log:Disable jit-blackhole too.
diff --git a/pypy/jit/metainterp/blackhole.py b/pypy/jit/metainterp/blackhole.py
--- a/pypy/jit/metainterp/blackhole.p
Author: Armin Rigo
Branch:
Changeset: r47320:6b92b3aa1cbb
Date: 2011-09-17 19:34 +0200
http://bitbucket.org/pypy/pypy/changeset/6b92b3aa1cbb/
Log:Don't crash, but just print the error message as a warning.
diff --git a/pypy/tool/logparser.py b/pypy/tool/logparser.py
--- a/pypy/tool/logparse
You have received a notification from Arun Rajeevan.
Hi, I forked pypy. My fork is at https://bitbucket.org/kra3/pypy.
--
Disable notifications at https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
pypy-commit@python.org
http://ma
Author: Justin Peel
Branch: unsigned-dtypes
Changeset: r47321:60ff3c16b9da
Date: 2011-09-18 06:30 +
http://bitbucket.org/pypy/pypy/changeset/60ff3c16b9da/
Log:add a ulonglong test and fix code so that it works with the new
oopcode
diff --git a/pypy/jit/codewriter/support.py b/pyp