Bug 226105 - Introducing JITThunks::preinitializeCTIThunks().
Summary: Introducing JITThunks::preinitializeCTIThunks().
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
: 226110 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-05-21 13:10 PDT by Mark Lam
Modified: 2021-05-23 12:56 PDT (History)
8 users (show)

See Also:


Attachments
proposed patch. (3.35 KB, patch)
2021-05-21 13:14 PDT, Mark Lam
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2021-05-21 13:10:42 PDT
We're basically renaming JITThunks::preinitializeExtraCTIThunks() to JITThunks::preinitializeCTIThunks() and making it not conditional on #if ENABLE(EXTRA_CTI_THUNKS).  Some thunks need to be initialized independent of #if ENABLE(EXTRA_CTI_THUNKS).
Comment 1 Mark Lam 2021-05-21 13:14:19 PDT
Created attachment 429331 [details]
proposed patch.
Comment 2 Geoffrey Garen 2021-05-21 13:15:54 PDT
Comment on attachment 429331 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2021-05-21 13:22:26 PDT
Thanks for the review.  Landed in r277882: <http://trac.webkit.org/r277882>.
Comment 4 Radar WebKit Bug Importer 2021-05-21 13:23:21 PDT
<rdar://problem/78325041>
Comment 5 Fujii Hironori 2021-05-23 12:56:04 PDT
*** Bug 226110 has been marked as a duplicate of this bug. ***