Bug 153797
Summary: | Implement LLVM's greedy register allocator in Air | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | Other | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 154319 |
Filip Pizlo
Current performance data suggests that LLVM's Greedy allocator runs slightly faster than IRC. We can probably make IRC faster, but since everything in LLVM is systematically slower than in B3, it's a pretty good bet than our implementation of Greedy would be faster than LLVM's.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |