Bug 141850 - Get rid of JSEnvironmentRecord::m_registers
Summary: Get rid of JSEnvironmentRecord::m_registers
Status: RESOLVED DUPLICATE of bug 141174
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 141851
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-20 12:44 PST by Filip Pizlo
Modified: 2015-02-20 16:12 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 2015-02-20 12:44:41 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2015-02-20 16:11:48 PST
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.
Comment 2 Filip Pizlo 2015-02-20 16:12:07 PST

*** This bug has been marked as a duplicate of bug 141174 ***