Bug 226362

Summary: Merge B3::StackSlot and Air::StackSlot
Product: WebKit Reporter: Robin Morisset <rmorisset>
Component: JavaScriptCoreAssignee: Robin Morisset <rmorisset>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, fpizlo, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch none

Description Robin Morisset 2021-05-27 17:10:06 PDT
Simple and cheap memory saving, since every B3StackSlot eventually becomes an AirStackSlot, and there is no more information in a B3StackSlot than in the AirStackSlot.
Comment 1 Robin Morisset 2021-05-27 17:21:07 PDT
Created attachment 429962 [details]
Patch
Comment 2 Robin Morisset 2021-05-27 17:59:16 PDT
Created attachment 429968 [details]
Patch

Fix missing "inline" keyword
Comment 3 EWS 2021-06-02 16:28:37 PDT
Committed r278381 (238408@main): <https://commits.webkit.org/238408@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 429968 [details].
Comment 4 Radar WebKit Bug Importer 2021-06-02 16:29:25 PDT
<rdar://problem/78788343>