Bug 156439

Summary: Remove NewArrowFunction from DFG IR
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, fpizlo, ggaren, gskachkov, keith_miller, mark.lam, msaboff, oliver, sukolsak, ysuzuki
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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.