[Webkit-unassigned] [Bug 255571] New: [Win Clang] UnlinkedFunctionExecutable.h(327, 1): error: static assertion failed due to requirement 'sizeof(JSC::UnlinkedFunctionExecutable) <= 96': UnlinkedFunctionExecutable needs to be small

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 17 19:00:10 PDT 2023


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

            Bug ID: 255571
           Summary: [Win Clang] UnlinkedFunctionExecutable.h(327,1):
                    error: static assertion failed due to requirement
                    'sizeof(JSC::UnlinkedFunctionExecutable) <= 96':
                    UnlinkedFunctionExecutable needs to be small
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

[Win Clang] UnlinkedFunctionExecutable.h(327,1): error: static assertion failed due to requirement 'sizeof(JSC::UnlinkedFunctionExecutable) <= 96': UnlinkedFunctionExecutable needs to be small

clang-cl can't compile Release build of Windows port.

[664/6540] Building CXX object Source\JavaScriptCore\CMakeFiles\LLIntOffsetsExtractor.dir\llint\LLIntOffsetsExtractor.cpp.obj
FAILED: Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/llint/LLIntOffsetsExtractor.cpp.obj 
C:\PROGRA~1\LLVM\bin\clang-cl.exe (...) -c -- C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\llint\LLIntOffsetsExtractor.cpp
In file included from C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\llint\LLIntOffsetsExtractor.cpp:31:
In file included from C:\jenkins_slave\wincairo-main\WebKitBuild\Release\JavaScriptCore\DerivedSources\BytecodeStructs.h:31:
In file included from C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\bytecode\BytecodeDumper.h:31:
In file included from C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\bytecode/CallLinkInfo.h:34:
In file included from C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\jit\PolymorphicCallStubRoutine.h:30:
In file included from C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\bytecode\CallEdge.h:28:
In file included from C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\bytecode/CallVariant.h:28:
In file included from C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\runtime\ExecutableBaseInlines.h:28:
In file included from C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\runtime/ExecutableBase.h:33:
In file included from C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\bytecode\UnlinkedCodeBlock.h:42:
C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\bytecode/UnlinkedFunctionExecutable.h(327,1): error: static assertion failed due to requirement 'sizeof(JSC::UnlinkedFunctionExecutable) <= 96': UnlinkedFunctionExecutable needs to be small
static_assert(sizeof(UnlinkedFunctionExecutable) <= 96, "UnlinkedFunctionExecutable needs to be small");
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\jenkins_slave\wincairo-main\Source\JavaScriptCore\bytecode/UnlinkedFunctionExecutable.h(327,50): note: expression evaluates to '104 <= 96'
static_assert(sizeof(UnlinkedFunctionExecutable) <= 96, "UnlinkedFunctionExecutable needs to be small");
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
1 error generated.

-- 
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/20230418/58d54820/attachment.htm>


More information about the webkit-unassigned mailing list