Bug 150456
| Summary: | Add more Air optimizations | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ossy |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 150457, 150478, 150746, 150960, 152952, 153197, 153535 | ||
| Bug Blocks: | 150279 | ||
Filip Pizlo
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Filip Pizlo
*** This bug has been marked as a duplicate of bug 154319 ***
Filip Pizlo
I didn't mean to dup it.
Filip Pizlo
We did enough of this, future improvements will be tracked by https://bugs.webkit.org/show_bug.cgi?id=154319