WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
283010
Check if allocation profiling is enabled during WTF config initialization
https://bugs.webkit.org/show_bug.cgi?id=283010
Summary
Check if allocation profiling is enabled during WTF config initialization
David Degazio
Reported
2024-11-12 13:56:38 PST
rdar://139745080
Currently, allocation profiling can be enabled via JSC option. However, it's totally possible for us to do allocations using bmalloc or libpas before JSC initialization occurs. In order to include these allocations, we should move this check into WTF initialization, specifically when we're setting up the config since that's when the reserved config byte for allocation profiling becomes writable.
Attachments
Add attachment
proposed patch, testcase, etc.
David Degazio
Comment 1
2024-11-12 14:06:23 PST
Pull request:
https://github.com/WebKit/WebKit/pull/36554
EWS
Comment 2
2024-11-14 13:51:11 PST
Committed
286610@main
(70d143746f90): <
https://commits.webkit.org/286610@main
> Reviewed commits have been landed. Closing PR #36554 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug