[Webkit-unassigned] [Bug 90028] There is not an exit to escape out of the recursive call written wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 14:08:02 PDT 2012


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





--- Comment #1 from Gavin Barraclough <barraclough at apple.com>  2012-06-28 14:08:00 PST ---
We used to support a timeout mechanism, but with WebKit2 we instead rely on the UI process shooting down the web process if it runs off out of control.

It would be nice to have an efficient (non-polling) mechanism to be able to asynchronously interrupt execution.  These bugs are related:
    https://bugs.webkit.org/show_bug.cgi?id=12637
    https://bugs.webkit.org/show_bug.cgi?id=41765

The timeout mechanism may still work in the old JIT & classic interpreter, but probably won't be around for long.  Mark Lam may be looking at an efficient mechanism to break out of JIT code based around DFG JIT speculation watchpoint, at some point in the near future.

cheers,
G.

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