[Webkit-unassigned] [Bug 219288] New: aarch64 llint does not build with JIT disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 25 14:36:24 PST 2020


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

            Bug ID: 219288
           Summary: aarch64 llint does not build with JIT disabled
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org

Follow-up to bug #218613:

In file included from ../Source/JavaScriptCore/assembler/MacroAssemblerARM64.h:30,
                 from ../Source/JavaScriptCore/assembler/MacroAssembler.h:46,
                 from ../Source/JavaScriptCore/jit/GPRInfo.h:28,
                 from ../Source/JavaScriptCore/bytecode/ArithProfile.h:28,
                 from ../Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28:
../Source/JavaScriptCore/assembler/ARM64Assembler.h: In static member function 'static void JSC::ARM64Assembler::replaceWithJump(void*, void*)':
../Source/JavaScriptCore/assembler/ARM64Assembler.h:2576:51: error: 'class JSC::ExecutableAllocator' has no member named 'getJumpIslandTo'
             to = ExecutableAllocator::singleton().getJumpIslandTo(where, to);
                                                   ^~~~~~~~~~~~~~~
../Source/JavaScriptCore/assembler/ARM64Assembler.h: In static member function 'static void* JSC::ARM64Assembler::prepareForAtomicRelinkJumpConcurrently(void*, void*)':
../Source/JavaScriptCore/assembler/ARM64Assembler.h:2781:49: error: 'class JSC::ExecutableAllocator' has no member named 'getJumpIslandToConcurrently'
         return ExecutableAllocator::singleton().getJumpIslandToConcurrently(from, to);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../Source/JavaScriptCore/assembler/ARM64Assembler.h: In static member function 'static void JSC::ARM64Assembler::linkJumpOrCall(int*, const int*, void*)':
../Source/JavaScriptCore/assembler/ARM64Assembler.h:3024:51: error: 'class JSC::ExecutableAllocator' has no member named 'getJumpIslandTo'
             to = ExecutableAllocator::singleton().getJumpIslandTo(bitwise_cast<void*>(fromInstruction), to);
                                                   ^~~~~~~~~~~~~~~

I will turn off USE(JUMP_ISLANDS) and hope for the best.

-- 
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/20201125/e650fc6a/attachment.htm>


More information about the webkit-unassigned mailing list