Bug 156439 - Remove NewArrowFunction from DFG IR
Summary: Remove NewArrowFunction from DFG IR
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-09 12:19 PDT by Saam Barati
Modified: 2016-04-11 12:04 PDT (History)
11 users (show)

See Also:


Attachments
Patch (15.94 KB, patch)
2016-04-11 09:11 PDT, GSkachkov
no flags Details | Formatted Diff | Diff
Patch (17.24 KB, patch)
2016-04-11 09:50 PDT, GSkachkov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2016-04-09 12:19:21 PDT
it's not used.
Comment 1 GSkachkov 2016-04-11 09:11:15 PDT
Created attachment 276151 [details]
Patch

I decided to remove NewArrowFunction, because it as me who left it
Comment 2 Saam Barati 2016-04-11 09:24:08 PDT
Comment on attachment 276151 [details]
Patch

Can you also remove the stuff in allocation sinking phase and related data structures/enums
Comment 3 GSkachkov 2016-04-11 09:50:28 PDT
Created attachment 276152 [details]
Patch

Remove Kind::ArrowFunction in Allocation Sink Phase
Comment 4 GSkachkov 2016-04-11 09:55:48 PDT
(In reply to comment #2)
> Comment on attachment 276151 [details]
> Patch
> 
> Can you also remove the stuff in allocation sinking phase and related data
> structures/enums

Removed
Comment 5 WebKit Commit Bot 2016-04-11 12:04:28 PDT
Comment on attachment 276152 [details]
Patch

Clearing flags on attachment: 276152

Committed r199300: <http://trac.webkit.org/changeset/199300>
Comment 6 WebKit Commit Bot 2016-04-11 12:04:33 PDT
All reviewed patches have been landed.  Closing bug.