RESOLVED FIXED 152202
Reconsider B3's constant motion policy
https://bugs.webkit.org/show_bug.cgi?id=152202
Summary Reconsider B3's constant motion policy
Filip Pizlo
Reported 2015-12-11 16:19:27 PST
It appears that on asm.js code, our constant motion is wrong: - It pins tags to registers even though the tags are not used frequently enough to warrant it. - It doesn't pin the heap base to a register even though it is used frequently enough to warrant it.
Attachments
the patch (23.35 KB, patch)
2016-01-19 12:40 PST, Filip Pizlo
no flags
the patch (22.78 KB, patch)
2016-01-19 12:44 PST, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2015-12-11 16:20:41 PST
*** Bug 152107 has been marked as a duplicate of this bug. ***
Filip Pizlo
Comment 2 2016-01-19 12:40:58 PST
Created attachment 269282 [details] the patch
Filip Pizlo
Comment 3 2016-01-19 12:44:35 PST
Created attachment 269283 [details] the patch
Geoffrey Garen
Comment 4 2016-01-19 12:54:19 PST
Comment on attachment 269283 [details] the patch r=me
Filip Pizlo
Comment 5 2016-01-19 12:55:58 PST
Note You need to log in before you can comment on or make changes to this bug.