Author: Maciej Fijalkowski <fij...@gmail.com> Branch: vmprof Changeset: r75366:1f3ebb016229 Date: 2015-01-16 11:41 +0200 http://bitbucket.org/pypy/pypy/changeset/1f3ebb016229/
Log: kill the no collect, since we are sure we don't arrive there with frame being a non-forced virtualizable diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a/pypy/module/_vmprof/interp_vmprof.py +++ b/pypy/module/_vmprof/interp_vmprof.py @@ -146,7 +146,6 @@ pos -= 1 return count -@rgc.no_collect def do_get_virtual_ip(frame): virtual_ip = frame.pycode._vmprof_virtual_ip if not frame.pycode._vmprof_registered: _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit