RESOLVED FIXED 244698
ENABLE_FTL_JIT build jsc error with WinCairo vs2022\2019
https://bugs.webkit.org/show_bug.cgi?id=244698
Summary ENABLE_FTL_JIT build jsc error with WinCairo vs2022\2019
zhiyi
Reported 2022-09-01 18:21:08 PDT
win11 + vs2022 with out ENABLE_FTL_JIT=ON args , build success(win11+vs2019,vs2022) with ENABLE_FTL_JIT=ON args ,build error(win11+vs2019,vs2022) This is build options ``` perl Tools/Scripts/build-webkit --wincairo --release --no-ninja --generate-project-only --cmakeargs="-DENABLE_FTL_JIT=ON" Updating WebKitRequirementsWin64.zip... Found existing release: v2022.03.05 Seeking latest release from WebKitForWindows/WebKitRequirements... Found release to download: v2022.03.05 Already up-to-date! Previous contents were: --cmakeargs=--generate-project-only --no-ninja --release --wincairo -DENABLE_EXPERIMENTAL_FEATURES=ON New contents are: --cmakeargs=-DENABLE_FTL_JIT=ON --generate-project-only --no-ninja --release --wincairo -DENABLE_EXPERIMENTAL_FEATURES=ON + cmake -DPORT="WinCairo" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release -A x64 -G "Visual Studio 17" -DSHOW_BINDINGS_GENERATION_PROGRESS=1 -DDEVELOPER_MODE=ON -DENABLE_EXPERIMENTAL_FEATURES=ON -DENABLE_FTL_JIT=ON "D:/Browsers/WebKit" -- The C compiler identification is MSVC 19.33.31629.0 -- The CXX compiler identification is MSVC 19.33.31629.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- The CMake build type is: Release ... ```
Attachments
Fujii Hironori
Comment 1 2022-09-01 18:57:18 PDT
FTL JIT doesn't support Windows yet.
zhiyi
Comment 2 2022-09-01 19:14:23 PDT
ok, thanks
Note You need to log in before you can comment on or make changes to this bug.