Bug 113622

Summary: FTL should be able to handle exceptions
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 117045, 125650, 127018, 127020    
Bug Blocks: 112840    

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.