Bug 255497

Summary: Simplify the ARM64E code because NUMBER_OF_ADDRESS_ENCODING_INSTRUCTIONS is always 4.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 255549    
Bug Blocks:    

Description Mark Lam 2023-04-16 08:39:46 PDT
The code doesn't need to be conditional because for ARM64E, NUMBER_OF_ADDRESS_ENCODING_INSTRUCTIONS always equals 4.
Comment 1 Radar WebKit Bug Importer 2023-04-16 08:40:06 PDT
<rdar://problem/108108389>
Comment 2 Mark Lam 2023-04-16 08:46:28 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12779
Comment 3 EWS 2023-04-17 11:53:45 PDT
Committed 263029@main (afe8886c54aa): <https://commits.webkit.org/263029@main>

Reviewed commits have been landed. Closing PR #12779 and removing active labels.
Comment 4 WebKit Commit Bot 2023-04-17 14:50:13 PDT
Re-opened since this is blocked by bug 255549
Comment 5 Mark Lam 2023-04-17 18:10:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12838
Comment 6 EWS 2023-04-17 18:45:13 PDT
Committed 263050@main (c67536ceb173): <https://commits.webkit.org/263050@main>

Reviewed commits have been landed. Closing PR #12838 and removing active labels.