Bug 226105

Summary: Introducing JITThunks::preinitializeCTIThunks().
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, ggaren, Hironori.Fujii, keith_miller, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. ggaren: review+

Mark Lam
Reported 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).
Attachments
proposed patch. (3.35 KB, patch)
2021-05-21 13:14 PDT, Mark Lam
ggaren: review+
Mark Lam
Comment 1 2021-05-21 13:14:19 PDT
Created attachment 429331 [details] proposed patch.
Geoffrey Garen
Comment 2 2021-05-21 13:15:54 PDT
Comment on attachment 429331 [details] proposed patch. r=me
Mark Lam
Comment 3 2021-05-21 13:22:26 PDT
Thanks for the review. Landed in r277882: <http://trac.webkit.org/r277882>.
Radar WebKit Bug Importer
Comment 4 2021-05-21 13:23:21 PDT
Fujii Hironori
Comment 5 2021-05-23 12:56:04 PDT
*** Bug 226110 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.