Bug 49708

Summary: Stop recompiling functions to regenerate exception info.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Preliminary patch
none
the patch oliver: review+

Gavin Barraclough
Reported 2010-11-17 19:30:32 PST
Instead only hold info as necessary – keep divot info is the inspector is enabled, line number info is debugging or profiling, and handler info for functions with try/catch.
Attachments
Preliminary patch (53.55 KB, patch)
2010-11-17 19:31 PST, Gavin Barraclough
no flags
the patch (56.16 KB, patch)
2010-11-18 18:20 PST, Gavin Barraclough
oliver: review+
Gavin Barraclough
Comment 1 2010-11-17 19:31:02 PST
Created attachment 74196 [details] Preliminary patch
Gavin Barraclough
Comment 2 2010-11-18 18:20:22 PST
Created attachment 74336 [details] the patch
Oliver Hunt
Comment 3 2010-11-18 18:25:52 PST
Comment on attachment 74336 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=74336&action=review > WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm:992 > +// return shouldOpenWebInspector(pathOrURL) || strstr(pathOrURL, "inspector-enabled/"); Fix this!!!
Gavin Barraclough
Comment 4 2010-11-18 18:35:43 PST
fixed in r72360
Note You need to log in before you can comment on or make changes to this bug.