[Webkit-unassigned] [Bug 119900] Exception in global setter doesn't unwind correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 21 15:54:41 PDT 2013


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





--- Comment #8 from Yi Shen <max.hong.shen at gmail.com>  2013-08-21 15:54:09 PST ---
It seems dfg path already providers exception handler by calling JITCompiler::compileExceptionHandlers() when generating dfg jit code. After applied my patch, I ran your test function g() in a loop for 100,000 times and saw dfg path (debugged in xcode) works fine without any assertion failure.
(In reply to comment #3)
> (From update of attachment 209242 [details])
> Can you check the dfg path as well?  otherwise this looks good

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