Bug 154275

Summary: [JSC] Enable B3 on ARM64
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, keith_miller, mark.lam, msaboff, ossy, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 152530    
Attachments:
Description Flags
Patch
none
Patch none

Description Benjamin Poulain 2016-02-15 19:01:39 PST
[JSC] Enable B3 on ARM64
Comment 1 Benjamin Poulain 2016-02-15 19:02:20 PST
Created attachment 271407 [details]
Patch
Comment 2 Mark Lam 2016-02-15 19:19:03 PST
Comment on attachment 271407 [details]
Patch

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

> Source/JavaScriptCore/dfg/DFGCommon.h:40
> +#if (CPU(X86_64) || CPU(ARM64) && ENABLE(FTL_JIT)

I think you meant "#if (CPU(X86_64) || CPU(ARM64)) && ENABLE(FTL_JIT)"
Comment 3 Benjamin Poulain 2016-02-16 13:36:34 PST
Created attachment 271479 [details]
Patch
Comment 4 Mark Lam 2016-02-16 13:37:19 PST
Comment on attachment 271479 [details]
Patch

r=me
Comment 5 Filip Pizlo 2016-02-16 15:18:06 PST
I think we should go ahead and land this. :-)
Comment 6 WebKit Commit Bot 2016-02-16 16:45:50 PST
Comment on attachment 271479 [details]
Patch

Clearing flags on attachment: 271479

Committed r196672: <http://trac.webkit.org/changeset/196672>
Comment 7 WebKit Commit Bot 2016-02-16 16:45:54 PST
All reviewed patches have been landed.  Closing bug.