Bug 96427

Summary: JSActivation should inline allocate its registers, and eliminate 'arguments' registers in the common case
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch fpizlo: review+

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>