Bug 242504

Summary: JIT can not be enabled on ARM_TRADITIONAL cpu?
Product: WebKit Reporter: byao <bing.yao>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Major CC: webkit-bug-importer
Priority: P3 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Other   
OS: Linux   

Description byao 2022-07-08 04:08:14 PDT
When I set ENABLE_JIT_DEFAULT ON in WebKitFeatures.cmake, then build on 32-bit hi53 which is defined as ARM_TRADITIONAL in webkit, then it will yield compiling error when generating LLIntDesiredOffsets.h and LLIntDesiredSettings.h from generate_offset_extractor.rb and generate_settings_extractor.rb
Comment 1 Radar WebKit Bug Importer 2022-07-15 04:09:15 PDT
<rdar://problem/97067128>
Comment 2 byao 2022-07-17 19:37:04 PDT
Solved and close it.