RESOLVED FIXED 150456
Add more Air optimizations
https://bugs.webkit.org/show_bug.cgi?id=150456
Summary Add more Air optimizations
Filip Pizlo
Reported 2015-10-22 11:11:30 PDT
Here's what we need: - Register allocation. - Dead code elimination. We should run this before and after register allocation. - CFG simplification. At a minium, we should be able to remove blocks that just have a jump.
Attachments
Filip Pizlo
Comment 1 2016-02-16 18:28:39 PST
*** This bug has been marked as a duplicate of bug 154319 ***
Filip Pizlo
Comment 2 2016-02-16 18:28:58 PST
I didn't mean to dup it.
Filip Pizlo
Comment 3 2016-02-16 18:29:20 PST
We did enough of this, future improvements will be tracked by https://bugs.webkit.org/show_bug.cgi?id=154319
Note You need to log in before you can comment on or make changes to this bug.