RESOLVED FIXED 113622
FTL should be able to handle exceptions
https://bugs.webkit.org/show_bug.cgi?id=113622
Summary FTL should be able to handle exceptions
Filip Pizlo
Reported 2013-03-29 16:13:23 PDT
FTL should be able to handle exceptions
Attachments
Filip Pizlo
Comment 1 2014-01-14 16:27:58 PST
The FTL can always "handle" exceptions thrown from JS functions that it calls and that the FTL itself doesn't catch. The FTL doesn't support op_catch so that's easy. The things that need to be done are: - Stack checks. - Dealing with exceptions thrown by runtime functions.
Filip Pizlo
Comment 2 2014-01-14 20:08:49 PST
Oh, right. There's the part about slow path calls from inline caches. That will be enjoyable. https://bugs.webkit.org/show_bug.cgi?id=127020
Filip Pizlo
Comment 3 2014-04-29 14:36:03 PDT
It's done.
Note You need to log in before you can comment on or make changes to this bug.