[Webkit-unassigned] [Bug 68318] DFG JIT should inline Math.min, Math.max, and Math.sqrt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 4 13:41:31 PDT 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org




--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org>  2011-10-04 13:41:31 PST ---
It appears that this patch introduced some regression in JSC. I can no longer load internal builds of Google docs. It repeatedly encounters the following error in WebKit2 (regardless of whether I use single process or not):

ERROR: Failed to send message to real exception port, error 10000003
/Volumes/Data/webkit/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp(407) : void CoreIPC::Connection::exceptionSourceEventHandler()

I've manually bisected the builds and r95397 worked fine so I'm pretty certain this patch caused it. Unfortunately, I don't know ways to provide access to our internal builds of Google docs at the moment :( so we can only inspect the code change manually.

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