RESOLVED DUPLICATE of bug 186722175767
[GTK] Disable JIT automatically when it's not supported
https://bugs.webkit.org/show_bug.cgi?id=175767
Summary [GTK] Disable JIT automatically when it's not supported
Alberto Garcia
Reported 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.
Attachments
karogyoker2+webkit
Comment 1 2018-08-10 11:39:41 PDT
by the way X86 is not supported, only X86_SSE2
karogyoker2+webkit
Comment 2 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
Michael Catanzaro
Comment 3 2018-08-10 17:28:38 PDT
Yup *** This bug has been marked as a duplicate of bug 186722 ***
Note You need to log in before you can comment on or make changes to this bug.