Bug 96427 - JSActivation should inline allocate its registers, and eliminate 'arguments' registers in the common case
Summary: JSActivation should inline allocate its registers, and eliminate 'arguments' ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-11 14:37 PDT by Geoffrey Garen
Modified: 2012-09-11 21:07 PDT (History)
0 users

See Also:


Attachments
Patch (39.89 KB, patch)
2012-09-11 14:50 PDT, Geoffrey Garen
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2012-09-11 14:37:19 PDT
JSActivation should inline allocate its registers, and eliminate 'arguments' registers in the common case
Comment 1 Geoffrey Garen 2012-09-11 14:50:04 PDT
Created attachment 163449 [details]
Patch
Comment 2 Geoffrey Garen 2012-09-11 21:07:45 PDT
Committed r128260: <http://trac.webkit.org/changeset/128260>