RESOLVED FIXED 68571
DFG JIT should be able to compile op_throw
https://bugs.webkit.org/show_bug.cgi?id=68571
Summary DFG JIT should be able to compile op_throw
Filip Pizlo
Reported 2011-09-21 14:38:15 PDT
The DFG JIT cannot compile op_throw. So if a "throw" statement occurs anywhere in a code block, we cannot optimize it at all.
Attachments
the patch (4.64 KB, patch)
2011-09-21 15:32 PDT, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2011-09-21 15:32:13 PDT
Created attachment 108245 [details] the patch
Geoffrey Garen
Comment 2 2011-09-21 15:34:47 PDT
Comment on attachment 108245 [details] the patch r=me
Filip Pizlo
Comment 3 2011-09-21 16:45:40 PDT
Landed in r95683.
Note You need to log in before you can comment on or make changes to this bug.