DescriptionFix issue 259.
http://code.google.com/p/v8/issues/detail?id=259
Due to constant folding of loop conditions, it is possible to have a
try/finally with no exits from the try block (eg, an infinite loop in
the try block). In that case the code to unlink the try handler is
dead and should not be emitted.
Committed: http://code.google.com/p/v8/source/detail?r=1434
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|