Bug 255497 - Simplify the ARM64E code because NUMBER_OF_ADDRESS_ENCODING_INSTRUCTIONS is always 4.
Summary: Simplify the ARM64E code because NUMBER_OF_ADDRESS_ENCODING_INSTRUCTIONS is a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on: 255549
Blocks:
  Show dependency treegraph
 
Reported: 2023-04-16 08:39 PDT by Mark Lam
Modified: 2023-04-17 18:45 PDT (History)
2 users (show)

See Also:


Attachments

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