Patch forthcoming.
Created attachment 229664 [details] the patch
Comment on attachment 229664 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=229664&action=review r=me after tests + perf numbers come back green :-) > Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.cpp:90 > + default: > + RELEASE_ASSERT_NOT_REACHED(); Some platforms might complain about clippedValue not being defined prior to use here. You might want to set it to some bogus value in this branch.
Landed in http://trac.webkit.org/changeset/167515