[pypy-issue] [issue765] Fields get written on frame that is about to be dead
Alex Gaynor
tracker at bugs.pypy.org
Mon Jun 27 16:27:48 CEST 2011
Alex Gaynor <alex.gaynor at gmail.com> added the comment:
The problem is how do you prove that, because some other trace has "new(frame);
call_assembler()" so you can't really see that there's no escaping, maybe somehow
frame allocation could be moved into the other trace, would require thinking
about organization though I guess.
________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue765>
________________________________________
More information about the pypy-issue
mailing list