RESOLVED FIXED 154275
[JSC] Enable B3 on ARM64
https://bugs.webkit.org/show_bug.cgi?id=154275
Summary [JSC] Enable B3 on ARM64
Benjamin Poulain
Reported 2016-02-15 19:01:39 PST
[JSC] Enable B3 on ARM64
Attachments
Patch (1.39 KB, patch)
2016-02-15 19:02 PST, Benjamin Poulain
no flags
Patch (1.39 KB, patch)
2016-02-16 13:36 PST, Benjamin Poulain
no flags
Benjamin Poulain
Comment 1 2016-02-15 19:02:20 PST
Mark Lam
Comment 2 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)"
Benjamin Poulain
Comment 3 2016-02-16 13:36:34 PST
Mark Lam
Comment 4 2016-02-16 13:37:19 PST
Comment on attachment 271479 [details] Patch r=me
Filip Pizlo
Comment 5 2016-02-16 15:18:06 PST
I think we should go ahead and land this. :-)
WebKit Commit Bot
Comment 6 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>
WebKit Commit Bot
Comment 7 2016-02-16 16:45:54 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.