Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 70d143746f90849a770c671f41c6938d78c58dd4 https://github.com/WebKit/WebKit/commit/70d143746f90849a770c671f41c6938d78c58dd4 Author: David Degazio <d_dega...@apple.com> Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths: M Source/JavaScriptCore/runtime/Options.cpp M Source/WTF/wtf/WTFConfig.cpp Log Message: ----------- Check if allocation profiling is enabled during WTF config initialization https://bugs.webkit.org/show_bug.cgi?id=283010 rdar://139745080 Reviewed by Keith Miller. Moves the check for if JSC_allocationProfiling is enabled to WTF config Initialization, to be able to profile allocations that happen before JSC::initialize(). * Source/JavaScriptCore/runtime/Options.cpp: (JSC::Options::notifyOptionsChanged): * Source/WTF/wtf/WTFConfig.cpp: (WTF::Config::initialize): Canonical link: https://commits.webkit.org/286610@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes