Bug 226362 - Merge B3::StackSlot and Air::StackSlot
Summary: Merge B3::StackSlot and Air::StackSlot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Robin Morisset
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-27 17:10 PDT by Robin Morisset
Modified: 2021-06-02 16:29 PDT (History)
8 users (show)

See Also:


Attachments
Patch (27.03 KB, patch)
2021-05-27 17:21 PDT, Robin Morisset
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (27.06 KB, patch)
2021-05-27 17:59 PDT, Robin Morisset
no flags Details | Formatted Diff | Diff

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