[webkit-changes] [WebKit/WebKit] 580282: Make static verbose booleans constexpr

Keith Miller noreply at github.com
Sun Oct 20 17:23:30 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 580282fbd1a239cae541d5e55bb0590a14bb88af
      https://github.com/WebKit/WebKit/commit/580282fbd1a239cae541d5e55bb0590a14bb88af
  Author: Keith Miller <keith_miller at apple.com>
  Date:   2024-10-20 (Sun, 20 Oct 2024)

  Changed paths:
    M Source/JavaScriptCore/b3/air/AirAllocateRegistersAndStackAndGenerateCode.cpp
    M Source/JavaScriptCore/bytecode/PropertyCondition.cpp

  Log Message:
  -----------
  Make static verbose booleans constexpr
https://bugs.webkit.org/show_bug.cgi?id=281842
rdar://138287093

Reviewed by Alexey Shvayka.

There's no benefit to these being runtime configurable and it means the
compiler can't remove any prints guarded by checking if we're in verbose
mode.

* Source/JavaScriptCore/b3/air/AirAllocateRegistersAndStackAndGenerateCode.cpp:
* Source/JavaScriptCore/bytecode/PropertyCondition.cpp:

Canonical link: https://commits.webkit.org/285490@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