[issue17611] Move unwinding of stack for "pseudo exceptions" from interpreter to compiler.

Demur Rumed report at bugs.python.org
Sat Jun 4 18:05:07 EDT 2016


Demur Rumed added the comment:

Java duplicates finally bytecode too: http://cliffhacks.blogspot.ca/2008/02/java-6-tryfinally-compilation-without.html

Tho they avoid jsr instruction because it causes non trivial bytecode validation. Still, they would've had to concluded that finally blocks are often small enough to be alright to inline

----------
nosy: +Demur Rumed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17611>
_______________________________________


More information about the Python-bugs-list mailing list