Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r88740:1312ed9f77fe
Date: 2016-11-29 15:11 +0100
http://bitbucket.org/pypy/pypy/changeset/1312ed9f77fe/

Log:    Use a dont_look_inside for now for the JIT

diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py
--- a/rpython/rlib/rgc.py
+++ b/rpython/rlib/rgc.py
@@ -527,6 +527,7 @@
         hop.exception_cannot_occur()
         return hop.inputconst(lltype.Signed, hop.s_result.const)
 
[email protected]_look_inside
 def may_ignore_finalizer(obj):
     """Optimization hint: says that it is valid for any finalizer
     for 'obj' to be ignored, depending on the GC."""
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to