Bug 153739

Summary: [cmake][Mac] Switch FTL B3 on X86_64
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: 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
Reported 2016-02-01 03:10:45 PST
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
Csaba Osztrogonác
Comment 1 2016-02-01 03:38:21 PST
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
Comment 2 2016-04-27 01:53:09 PDT
There is no LLVM based FTL JIT long time ago.
Note You need to log in before you can comment on or make changes to this bug.