Bug 107676

Summary: [chromium] Web Inspector: show when v8 has deoptimized
Product: WebKit Reporter: Paul Lewis <aerotwist>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: apavlov, john, keishi, loislo, paulirish, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 107665    

Paul Lewis
Reported 2013-01-23 05:17:03 PST
Show when v8 has dropped off the fast path, i.e. a JS function has been deoptimized
Attachments
Paul Lewis
Comment 1 2013-01-24 03:46:18 PST
More context: Right now we can run Chrome with specific flags which will dump out data about when v8 had to deoptimise a function. It would be super if we could include an additional record in the timeline view with a link to the specific JavaScript function that had to be deoptimised so that the developer could investigate. In a perfect world seeing the callstack that caused this to happen would also be extremely useful, as that would potentially ease the developer's burden in identifying what was actually different that may have caused the deoptimised code to be substituted back in.
John McCutchan
Comment 2 2013-02-06 10:56:07 PST
CC
Timothy Hatcher
Comment 3 2013-04-05 13:01:44 PDT
Chromium and V8 have left the building. Won't fix.
Note You need to log in before you can comment on or make changes to this bug.