RESOLVED FIXED Bug 152709
FTL B3 should do all of the non-bitop binary snippets
https://bugs.webkit.org/show_bug.cgi?id=152709
Summary FTL B3 should do all of the non-bitop binary snippets
Filip Pizlo
Reported 2016-01-04 12:55:16 PST
Patch forthcoming.
Attachments
the patch (6.66 KB, patch)
2016-01-04 13:07 PST, Filip Pizlo
mark.lam: review+
Filip Pizlo
Comment 1 2016-01-04 13:07:46 PST
Created attachment 268226 [details] the patch
Mark Lam
Comment 2 2016-01-04 13:12:28 PST
Comment on attachment 268226 [details] the patch I think these tests are already covered by the op_mul.js, op_div.js, op_add.js stress tests. If there are missing operand value cases, you can just add the values to those tests.
Mark Lam
Comment 3 2016-01-04 13:31:19 PST
(In reply to comment #2) > Comment on attachment 268226 [details] > the patch > > I think these tests are already covered by the op_mul.js, op_div.js, > op_add.js stress tests. If there are missing operand value cases, you can > just add the values to those tests. Talked to Fil offline. He pointed out that these tests run for 100000 iterations and are targetted towards the FTL, whereas the pre-existing tests only iterate up to 10000. Rather than making the comprehensive tests wait for 100000 iterations, I'm ok with having these additional small test subsets just for the ftl.
Filip Pizlo
Comment 4 2016-01-04 13:34:11 PST
Note You need to log in before you can comment on or make changes to this bug.