Bug 85847 - DFG should support op_tear_off_arguments
Summary: DFG should support op_tear_off_arguments
Status: RESOLVED FIXED
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:
Blocks:
 
Reported: 2012-05-07 17:16 PDT by Filip Pizlo
Modified: 2012-05-22 19:33 PDT (History)
0 users

See Also:


Attachments
the patch (9.59 KB, patch)
2012-05-07 17:18 PDT, Filip Pizlo
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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