Author: Maciej Fijalkowski <[email protected]>
Branch: vmprof
Changeset: r76624:ed79ad29842d
Date: 2015-03-29 19:33 +0200
http://bitbucket.org/pypy/pypy/changeset/ed79ad29842d/
Log: dont inline those functions for markers
diff --git a/rpython/jit/metainterp/blackhole.py
b/rpython/jit/metainterp/blackhole.py
--- a/rpython/jit/metainterp/blackhole.py
+++ b/rpython/jit/metainterp/blackhole.py
@@ -1653,6 +1653,7 @@
resumedescr.guard_opnum, deadframe)
_run_forever(blackholeinterp, current_exc)
+resume_in_blackhole._dont_inline_ = True
def convert_and_run_from_pyjitpl(metainterp, raising_exception=False):
# Get a chain of blackhole interpreters and fill them by copying
@@ -1676,3 +1677,4 @@
current_exc = lltype.nullptr(rclass.OBJECTPTR.TO)
#
_run_forever(firstbh, current_exc)
+convert_and_run_from_pyjitpl._dont_inline_ = True
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit