RESOLVED FIXED289491
[WTF] Refactor SequesteredArenaAllocator::Arena for better separation of concerns
https://bugs.webkit.org/show_bug.cgi?id=289491
Summary [WTF] Refactor SequesteredArenaAllocator::Arena for better separation of conc...
Marcus Plutowski
Reported 2025-03-10 14:53:30 PDT
rdar://146690839 Currently, the Arena relies on knowledge of its parent SequesteredArenaAllocator’s layout. We should move that logic into the SequesteredArenaAllocator itself. Symmetrically, the SequesteredArenaAllocator has to reach into each of its subordinate Arenas at the end of its lifetime — this logic should be handled inside of the Arena, with the SAA just calling a method on each Arena.
Attachments
Marcus Plutowski
Comment 1 2025-03-10 15:03:38 PDT
EWS
Comment 2 2025-03-11 12:46:08 PDT
Committed 291969@main (25afb40a178d): <https://commits.webkit.org/291969@main> Reviewed commits have been landed. Closing PR #42212 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.