Bug 151823
Summary: | B3 stackmaps should support an internalClobbered register set | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 154319 |
Filip Pizlo
Registers that are internally clobbered don't interfere with any early uses or late defs, but they do interfere with anything live across the instruction.
This could be used to implement GetByIdFlush and PutByIdFlush better.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |