[Webkit-unassigned] [Bug 107676] [chromium] Web Inspector: show when v8 has deoptimized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 03:44:25 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107676





--- Comment #1 from Paul Lewis <aerotwist at chromium.org>  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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list