[webkit-changes] [WebKit/WebKit] d30962: Increase Yarr matchLimit

Commit Queue noreply at github.com
Thu Jan 23 15:54:42 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d30962803be53a61cc7caf1c5e72cd2d03578206
      https://github.com/WebKit/WebKit/commit/d30962803be53a61cc7caf1c5e72cd2d03578206
  Author: Daniel Liu <daniel_liu4 at apple.com>
  Date:   2025-01-23 (Thu, 23 Jan 2025)

  Changed paths:
    M LayoutTests/TestExpectations
    M Source/JavaScriptCore/yarr/Yarr.h

  Log Message:
  -----------
  Increase Yarr matchLimit
https://bugs.webkit.org/show_bug.cgi?id=285807
rdar://143202375

Reviewed by Yusuke Suzuki.

The current limit of 1 million was set in 2010 for PCRE compatibility.
We should increase this limit since we want to be able to support larger
strings.

* Source/JavaScriptCore/yarr/Yarr.h:

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