Bug 288629
Summary: | [JSC] Allocate DFG types using the SequesteredArenaAllocator | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marcus Plutowski <marcus_plutowski> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | Keywords: | InRadar |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Marcus Plutowski
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |