Bug 150454
Summary: | Air needs to know which subset of an argument an operation will use or def | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 150279 |
Filip Pizlo
That would allow us to spill it more compactly and emit tighter code in general.
It would also be cool if Def32 could be made to clearly imply that the high bits are zero'd, since that would allow us to eliminate more zero extensions from the code.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Filip Pizlo
We fixed this already.