[webkit-changes] [WebKit/WebKit] 900239: JSC should be killed when OOM.

Justin Michaud noreply at github.com
Tue Mar 7 20:17:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 900239dd9f873b72bc89310cec44a7ad7edba101
      https://github.com/WebKit/WebKit/commit/900239dd9f873b72bc89310cec44a7ad7edba101
  Author: Justin Michaud <justin_michaud at apple.com>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/jsc.cpp

  Log Message:
  -----------
  JSC should be killed when OOM.
rdar://103674961

Reviewed by Yusuke Suzuki.

We should let the kernel kill the jsc shell in resource starvation settings.

See https://opensource.apple.com/source/xnu/xnu-1504.9.17/bsd/sys/proc_info.h.auto.html

* Source/JavaScriptCore/jsc.cpp:
(main):

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




More information about the webkit-changes mailing list