Bug 153739
Summary: | [cmake][Mac] Switch FTL B3 on X86_64 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Critical | CC: | achristensen, fpizlo, ggaren, ossy |
Priority: | P1 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=153478 | ||
Bug Depends on: | |||
Bug Blocks: | 153445 |
Csaba Osztrogonác
https://trac.webkit.org/changeset/195562 switched FTL to B3,
but now the Mac cmake build is broken, because FTL JIT is
disabled on Mac cmake, but FTL_USES_B3 is true.
See the build log for details:
https://build.webkit.org/builders/Apple%20El%20Capitan%20CMake%20Debug%20%28Build%29/builds/2108
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I fixed the broken build with disabling FTL_USES_B3 if FTL JIT is disabled:
https://trac.webkit.org/changeset/195956
But it would be great to enable FTL JIT and B3 on cmake Mac too.
Csaba Osztrogonác
There is no LLVM based FTL JIT long time ago.