Bug 85847

Summary: DFG should support op_tear_off_arguments
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch msaboff: review+

Description Filip Pizlo 2012-05-07 17:16:59 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2012-05-07 17:18:50 PDT
Created attachment 140631 [details]
the patch
Comment 2 Michael Saboff 2012-05-07 17:26:52 PDT
Comment on attachment 140631 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=140631&action=review

r= with the one naming change.

> Source/JavaScriptCore/dfg/DFGOperations.cpp:1044
> +void DFG_OPERATION operationTearOffArguments(ExecState* exec, JSCell* activationCell)

Change activationCell to argumentCell
Comment 3 Filip Pizlo 2012-05-07 17:34:30 PDT
Landed in http://trac.webkit.org/changeset/116378
Comment 4 Filip Pizlo 2012-05-22 19:33:42 PDT
Merged in http://trac.webkit.org/changeset/118102