Bug 235092

Summary: [libpas] thread_local_cache should not be allocated in the compact heap
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: bmallocAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED INVALID    
Severity: Normal CC: ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
URL: InRadar
Attachments:
Description Flags
maybe the patch
none
the patch none

Description Filip Pizlo 2022-01-11 18:49:35 PST
Thread local caches can get large, so they shouldn't take up precious VA space in the compact heap.
Comment 1 Filip Pizlo 2022-01-11 19:04:47 PST
Created attachment 448899 [details]
maybe the patch

Still testing.
Comment 2 Filip Pizlo 2022-01-11 20:26:17 PST
<rdar://87256207>
Comment 3 Radar WebKit Bug Importer 2022-01-11 20:27:00 PST
<rdar://problem/87434487>
Comment 4 Filip Pizlo 2022-01-11 20:30:04 PST
I'm going to try linking up a bugzilla to the radar one more time...
Comment 5 Filip Pizlo 2022-01-12 12:27:46 PST
Created attachment 448986 [details]
the patch

Added a test