Bug 121140
| Summary: | Consider using real pointer types and getelementptr for array backing stores | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
| Component: | JavaScriptCore | Assignee: | Filip Pizlo <fpizlo> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | barraclough, dtc-llvm, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 132356 | ||
Filip Pizlo
This will result in cleaner IR, which ought to be easier to understand by some of LLVM's phases.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Filip Pizlo
Not valid now that we're doing B3.