Bug 235092 - [libpas] thread_local_cache should not be allocated in the compact heap
Summary: [libpas] thread_local_cache should not be allocated in the compact heap
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: bmalloc (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL: InRadar
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-01-11 18:49 PST by Filip Pizlo
Modified: 2022-01-12 13:58 PST (History)
2 users (show)

See Also:


Attachments
maybe the patch (48.07 KB, patch)
2022-01-11 19:04 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (54.02 KB, patch)
2022-01-12 12:27 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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