Bug 242504 - JIT can not be enabled on ARM_TRADITIONAL cpu?
Summary: JIT can not be enabled on ARM_TRADITIONAL cpu?
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Other Linux
: P3 Major
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-08 04:08 PDT by byao
Modified: 2022-07-17 19:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.