RESOLVED FIXED 131850
Options::maximumExecutionCountsBetweenCheckpoints() should be higher for DFG->FTL tier-up but the same for other tier-ups
https://bugs.webkit.org/show_bug.cgi?id=131850
Summary Options::maximumExecutionCountsBetweenCheckpoints() should be higher for DFG-...
Filip Pizlo
Reported 2014-04-18 12:34:44 PDT
Patch forthcoming.
Attachments
the patch (16.63 KB, patch)
2014-04-18 12:36 PDT, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2014-04-18 12:36:06 PDT
Created attachment 229664 [details] the patch
Mark Hahnenberg
Comment 2 2014-04-18 13:03:32 PDT
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.
Filip Pizlo
Comment 3 2014-04-18 16:21:07 PDT
Note You need to log in before you can comment on or make changes to this bug.