NEW 288629
[JSC] Allocate DFG types using the SequesteredArenaAllocator
https://bugs.webkit.org/show_bug.cgi?id=288629
Summary [JSC] Allocate DFG types using the SequesteredArenaAllocator
Marcus Plutowski
Reported 2025-02-26 11:03:46 PST
rdar://145675430 Currently, these are TZone-allocated; instead, they should be allocated using WTF_MAKE_SEQUESTERED_ARENA_ALLOCATED to separate them from other data structures at runtime.
Attachments
Note You need to log in before you can comment on or make changes to this bug.