Bug 202082

Summary: Move JSLexicalEnvironment, DirectArguments, and ScopedArguments cells out of the Gigacage.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 202085    
Attachments:
Description Flags
proposed patch. tzagallo: review+

Mark Lam
Reported 2019-09-21 18:26:52 PDT
They aren't being caged.
Attachments
proposed patch. (5.27 KB, patch)
2019-09-21 18:47 PDT, Mark Lam
tzagallo: review+
Mark Lam
Comment 1 2019-09-21 18:47:00 PDT
Created attachment 379330 [details] proposed patch.
Mark Lam
Comment 2 2019-09-21 19:53:14 PDT
Comment on attachment 379330 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=379330&action=review > Source/JavaScriptCore/runtime/VM.cpp:272 > + , variableSizedCellSpace("Variable Sized JSCell", heap, cellHeapCellType.get(), fastMallocAllocator.get()) // Hash:0x2f5b102b I will also update the hash value in the comment before landing because it is computed based on the subspace name. It is now 0xbcd769cc.
Mark Lam
Comment 3 2019-09-21 21:01:56 PDT
Thanks for the review. Landed in r250189: <http://trac.webkit.org/r250189>.
Radar WebKit Bug Importer
Comment 4 2019-09-21 21:02:18 PDT
Note You need to log in before you can comment on or make changes to this bug.