[webkit-changes] [WebKit/WebKit] 123b78: Add allocationProfilingMode sideband option for debug

Marcus Plutowski noreply at github.com
Mon Dec 16 13:51:51 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 123b78c0a07a2a33ba29ffcc565664a22c098824
      https://github.com/WebKit/WebKit/commit/123b78c0a07a2a33ba29ffcc565664a22c098824
  Author: Marcus Plutowski <marcus_plutowski at apple.com>
  Date:   2024-12-16 (Mon, 16 Dec 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/OptionsList.h
    M Source/WTF/wtf/WTFConfig.cpp
    M Source/WTF/wtf/WTFConfig.h

  Log Message:
  -----------
  Add allocationProfilingMode sideband option for debug
https://bugs.webkit.org/show_bug.cgi?id=284756
rdar://141551983

Reviewed by Keith Miller.

This lets people pass in an argument to their custom/ad-hoc
allocation-profiling debug tools, so that it can change behavior at
runtime rather than requiring them to recompile all of libpas each time.

* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/WTF/wtf/WTFConfig.cpp:
(WTF::Config::initialize):
* Source/WTF/wtf/WTFConfig.h:

Canonical link: https://commits.webkit.org/287911@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list