[Webkit-unassigned] [Bug 233028] New: Refactor allocateCell() and tryAllocateCell() to take VM& instead of Heap&.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 11 21:34:14 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=233028
Bug ID: 233028
Summary: Refactor allocateCell() and tryAllocateCell() to take
VM& instead of Heap&.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
allocateCell() and tryAllocateCell() can fetch Heap& from VM& themselves. This allows us to make all the client code more terse, and also makes it easier to redirect the underlying heap to allocate from later for global GC work. Additionally, this will help make the global GC patch less of a mega patch and easier to review later.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211112/a2a48afc/attachment.htm>
More information about the webkit-unassigned
mailing list