RESOLVED FIXED 154255
stress/sampling-profiler-deep-stack.js fails on ARM 32bit
https://bugs.webkit.org/show_bug.cgi?id=154255
Summary stress/sampling-profiler-deep-stack.js fails on ARM 32bit
Saam Barati
Reported 2016-02-15 13:42:10 PST
...
Attachments
patch (1.54 KB, patch)
2016-02-16 12:35 PST, Saam Barati
mark.lam: review+
Radar WebKit Bug Importer
Comment 1 2016-02-15 14:15:48 PST
Saam Barati
Comment 2 2016-02-16 12:35:07 PST
Mark Lam
Comment 3 2016-02-16 12:43:26 PST
Comment on attachment 271468 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=271468&action=review r=me with improved comment. > Source/JavaScriptCore/ChangeLog:12 > + The DFG was doing a good job at optimizing the function > + at the leaf of the recursion. Because of that, we often > + wouldn't sample it. I fixed this by making the leaf > + function do more work. It's not clear from this comment that this test failure does not reflect a bug in the VM. Instead, it is the test that is not set up to meet its own expectations. Hence, the fix requires that the test be modified. Can you update the comment to say something to that effect?
Saam Barati
Comment 4 2016-02-16 12:51:05 PST
Note You need to log in before you can comment on or make changes to this bug.