Bug 141850
Summary: | Get rid of JSEnvironmentRecord::m_registers | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 141851 | ||
Bug Blocks: |
Filip Pizlo
Patch forthcoming.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Filip Pizlo
Because VirtualRegister is what we use as the offset into JSEnvironmentRecord, there is no way to get rid of m_registers.
To make this happen we have to get rid of VirtualRegister as the scope offset.
Filip Pizlo
*** This bug has been marked as a duplicate of bug 141174 ***