Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b21d2072809e9d5f30797756469cec5e22fb6820
      
https://github.com/WebKit/WebKit/commit/b21d2072809e9d5f30797756469cec5e22fb6820
  Author: Keita Nonaka <[email protected]>
  Date:   2025-07-24 (Thu, 24 Jul 2025)

  Changed paths:
    M LayoutTests/js/Object-getOwnPropertyNames-expected.txt
    M LayoutTests/js/script-tests/Object-getOwnPropertyNames.js
    M Source/JavaScriptCore/runtime/OptionsList.h
    M Source/WTF/wtf/PreciseSum.h

  Log Message:
  -----------
  Enable `Math.sumPrecise` by default
https://bugs.webkit.org/show_bug.cgi?id=295806

Reviewed by Keith Miller.

All implementations and tests of `Math.sumPrecise` have been completed 
[1][2][3][4].
This patch enables `Math.sumPrecise` by default.
The feature flag is retained as a safeguard because the proposal is still at 
Stage 3 [5],
and potential issues may still arise.

[1]: 
https://github.com/WebKit/WebKit/commit/f49d6a41fb8d93f9c7e6758d87a06a9eea3e9698
[2]: 
https://github.com/WebKit/WebKit/commit/2682d2ab17a40851f7e6bcff35126e810b0646fd
[3]: 
https://github.com/WebKit/WebKit/commit/d95d6a80355e27cd4091e806e21019e4bc557a1e
[4]: 
https://github.com/WebKit/WebKit/commit/480ea278f6add966e8b2c073c832989ace517bd0
[5]: 
https://github.com/tc39/proposal-math-sum/blob/4f621a637fb61baa61359e4c05e7c6d7e9629890/README.md?plain=1#L11

* LayoutTests/js/Object-getOwnPropertyNames-expected.txt:
* LayoutTests/js/script-tests/Object-getOwnPropertyNames.js:
* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/WTF/wtf/PreciseSum.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to