Bug 21317 - Replace RegisterFile size and capacity information with Register pointers
Summary: Replace RegisterFile size and capacity information with Register pointers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks: 20812
  Show dependency treegraph
 
Reported: 2008-10-02 14:53 PDT by Cameron Zwarich (cpst)
Modified: 2008-10-02 16:04 PDT (History)
0 users

See Also:


Attachments
Proposed patch (15.19 KB, patch)
2008-10-02 15:01 PDT, Cameron Zwarich (cpst)
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Zwarich (cpst) 2008-10-02 14:53:20 PDT
I have a patch to do this. It removes some unnecessary logic from slideRegisterWindowForCall() and its callers.
Comment 1 Cameron Zwarich (cpst) 2008-10-02 15:01:49 PDT
Created attachment 24031 [details]
Proposed patch
Comment 2 Geoffrey Garen 2008-10-02 15:13:38 PDT
Comment on attachment 24031 [details]
Proposed patch

r=me
Comment 3 Cameron Zwarich (cpst) 2008-10-02 15:20:57 PDT
Landed in r37213.