[webkit-changes] [WebKit/WebKit] cefd98: Give ASAN builds a larger ReservedZone size to han...

Commit Queue noreply at github.com
Sun Dec 3 23:28:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cefd987f6dbeedd76730c9c8721b2f84e11112b6
      https://github.com/WebKit/WebKit/commit/cefd987f6dbeedd76730c9c8721b2f84e11112b6
  Author: Mark Lam <mark.lam at apple.com>
  Date:   2023-12-03 (Sun, 03 Dec 2023)

  Changed paths:
    A JSTests/stress/stack-overflow-in-syntax-checker.js
    M Source/JavaScriptCore/runtime/Options.cpp

  Log Message:
  -----------
  Give ASAN builds a larger ReservedZone size to handle stack overflows.
https://bugs.webkit.org/show_bug.cgi?id=265779
rdar://119051471

Reviewed by Yusuke Suzuki.

This is because ASAN builds are memory hogs and need additional stack space.

* JSTests/stress/stack-overflow-in-syntax-checker.js: Added.
(try.262.agent.start.262.agent.receiveBroadcast):
(catch):
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::overrideDefaults):

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




More information about the webkit-changes mailing list