Bug 175767 - [GTK] Disable JIT automatically when it's not supported
Summary: [GTK] Disable JIT automatically when it's not supported
Status: RESOLVED DUPLICATE of bug 186722
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-21 06:38 PDT by Alberto Garcia
Modified: 2018-08-10 17:28 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2017-08-21 06:38:15 PDT
ENABLE_JIT is on by default in all architectures, but if I'm not wrong it's only supported in x86, x86_64, armhf and arm64.

The build fails everywhere else, so I have to pass -DENABLE_JIT=OFF explicitly.

It would be nice it ENABLE_JIT would be already off by default when it's not supported.
Comment 1 karogyoker2+webkit 2018-08-10 11:39:41 PDT
by the way X86 is not supported, only X86_SSE2
Comment 2 karogyoker2+webkit 2018-08-10 11:55:11 PDT
I think this can be closed because it is already fixed (more or less) here:
https://bugs.webkit.org/show_bug.cgi?id=186722

I created an other bug for non-SSE2 X86:
https://bugs.webkit.org/show_bug.cgi?id=188476
Comment 3 Michael Catanzaro 2018-08-10 17:28:38 PDT
Yup

*** This bug has been marked as a duplicate of bug 186722 ***