Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a722bd4d57831d96ac4ce77b1c203734445b77f1
      
https://github.com/WebKit/WebKit/commit/a722bd4d57831d96ac4ce77b1c203734445b77f1
  Author: Sosuke Suzuki <sos...@bun.sh>
  Date:   2025-08-25 (Mon, 25 Aug 2025)

  Changed paths:
    M Source/JavaScriptCore/assembler/ProbeStack.h
    M Source/JavaScriptCore/b3/air/AirArg.h
    M Source/JavaScriptCore/b3/testb3_7.cpp
    M Source/JavaScriptCore/ftl/FTLOutput.h
    M Source/JavaScriptCore/jit/CCallHelpers.h
    M Source/JavaScriptCore/parser/Parser.cpp

  Log Message:
  -----------
  [JSC] Use `if constexpr` instead of `if`
https://bugs.webkit.org/show_bug.cgi?id=297680

Reviewed by Darin Adler.

Replace runtime conditionals with compile-time `if constexpr` and
update type traits to use `_v` suffix style.

* Source/JavaScriptCore/assembler/ProbeStack.h:
(JSC::Probe::Page::set):
* Source/JavaScriptCore/b3/air/AirArg.h:
(JSC::B3::Air::Arg::isValidAddrForm):
* Source/JavaScriptCore/b3/testb3_7.cpp:
(testFMaxMin):
* Source/JavaScriptCore/ftl/FTLOutput.h:
(JSC::FTL::Output::constIntPtr):
* Source/JavaScriptCore/jit/CCallHelpers.h:
(JSC::CCallHelpers::finalizeGPRArguments):
(JSC::CCallHelpers::operationExceptionRegister):
* Source/JavaScriptCore/parser/Parser.cpp:
(JSC::Parser<LexerType>::parseFunctionInfo):

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

Reply via email to