Bug 153797 - Implement LLVM's greedy register allocator in Air
Summary: Implement LLVM's greedy register allocator in Air
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 154319
  Show dependency treegraph
 
Reported: 2016-02-02 12:29 PST by Filip Pizlo
Modified: 2016-02-16 18:25 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2016-02-02 12:29:16 PST
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.