[Webkit-unassigned] [Bug 244698] New: ENABLE_FTL_JIT build jsc error with WinCairo vs2022\2019

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 1 18:21:08 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244698

            Bug ID: 244698
           Summary: ENABLE_FTL_JIT build jsc error with WinCairo
                    vs2022\2019
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Other
                OS: Windows 10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vulbugs at gmail.com

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
...
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220902/991cfdab/attachment.htm>


More information about the webkit-unassigned mailing list