Bug 244698
Summary: | ENABLE_FTL_JIT build jsc error with WinCairo vs2022\2019 | ||
---|---|---|---|
Product: | WebKit | Reporter: | zhiyi <vulbugs> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | Hironori.Fujii |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Other | ||
OS: | Windows 10 |
zhiyi
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fujii Hironori
FTL JIT doesn't support Windows yet.
zhiyi
ok, thanks