Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 42c42a46492a0cdb3dab4db36104a62317de6a06
      
https://github.com/WebKit/WebKit/commit/42c42a46492a0cdb3dab4db36104a62317de6a06
  Author: Yusuke Suzuki <[email protected]>
  Date:   2023-08-16 (Wed, 16 Aug 2023)

  Changed paths:
    M Source/JavaScriptCore/bytecode/SpeculatedType.cpp

  Log Message:
  -----------
  Unreviewed, SpeculationMapping must be constexpr
https://bugs.webkit.org/show_bug.cgi?id=260323
rdar://113999888

This must be constexpr. So, reverting 266668@main, and use manual filling 
instead of std::array::fill.
However, std::array::fill should be constexpr in C++20, so it should be 
investigated by Windows folks.

* Source/JavaScriptCore/bytecode/SpeculatedType.cpp:
(JSC::=):

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to