[Webkit-unassigned] [Bug 127409] Web Inspector: Remove recompileAllJSFunctions timer in ScriptDebugServer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 24 10:40:38 PST 2014


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





--- Comment #30 from Joseph Pecoraro <joepeck at webkit.org>  2014-01-24 10:38:05 PST ---
Another internal method causing recompilation within a JS stack:

    window.internals.setJavaScriptProfilingEnabled(bool)

This Enables/Disables the Profiler which now recompiles synchronously within a JS stack. I can add a timer here in window.internals and do this after a loop. But its looking more and more like it might be better if the VM handled recompiling when appropriate instead of us trying to avoid calling it within a JS stack.

-- 
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