RESOLVED FIXED 120697
run-fast-jsc should work with new-school fast/js tests that loop until the DFG tiers up
https://bugs.webkit.org/show_bug.cgi?id=120697
Summary run-fast-jsc should work with new-school fast/js tests that loop until the DF...
Filip Pizlo
Reported 2013-09-04 13:50:05 PDT
Patch forthcoming.
Attachments
the patch (20.54 KB, patch)
2013-09-04 13:51 PDT, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2013-09-04 13:51:12 PDT
Created attachment 210489 [details] the patch
Filip Pizlo
Comment 2 2013-09-04 13:52:08 PDT
Comment on attachment 210489 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=210489&action=review > LayoutTests/fast/js/resources/standalone-pre.js:217 > - if (testRunner.numberOfDFGCompiles(argument.f[i]) < numberOfCompiles) > + if (testRunner.numberOfbjsDFGCompiles(argument.f[i]) < numberOfCompiles) I don't know what is this. I will revert.
Mark Hahnenberg
Comment 3 2013-09-04 13:54:24 PDT
Comment on attachment 210489 [details] the patch r=me
Filip Pizlo
Comment 4 2013-09-04 20:09:14 PDT
Note You need to log in before you can comment on or make changes to this bug.