Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r60459:0d0920964cd1
Date: 2013-01-25 10:32 -0600
http://bitbucket.org/pypy/pypy/changeset/0d0920964cd1/
Log: merged upstream
diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython/rlib/jit.py
+++ b/rpython/rlib/jit.py
@@ -310,10 +310,7 @@
def decorate(func):
from rpython.tool.sourcetools import compile2
#
- def get_printable_location():
- return name
- jitdriver = JitDriver(get_printable_location=get_printable_location,
- greens=[], reds='auto', name=name)
+ jitdriver = JitDriver(greens=[], reds='auto', name=name)
#
args = ','.join(['a%d' % i for i in range(func.func_code.co_argcount)])
source = """def callback_with_jitdriver(%(args)s):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit