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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17611>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to