Bug 154275 - [JSC] Enable B3 on ARM64
Summary: [JSC] Enable B3 on ARM64
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks: 152530
  Show dependency treegraph
 
Reported: 2016-02-15 19:01 PST by Benjamin Poulain
Modified: 2016-02-17 00:37 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.39 KB, patch)
2016-02-15 19:02 PST, Benjamin Poulain
no flags Details | Formatted Diff | Diff
Patch (1.39 KB, patch)
2016-02-16 13:36 PST, Benjamin Poulain
no flags Details | Formatted Diff | Diff

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