[webkit-changes] [WebKit/WebKit] 7fab05: [PlayStation] Avoid mincore() call in BlockDirecto...

Yoshiaki JITSUKAWA noreply at github.com
Mon Apr 10 02:51:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7fab05687df112cb8a846f4faef8c59ffae56bec
      https://github.com/WebKit/WebKit/commit/7fab05687df112cb8a846f4faef8c59ffae56bec
  Author: Yoshiaki Jitsukawa <yoshiaki.jitsukawa at sony.com>
  Date:   2023-04-10 (Mon, 10 Apr 2023)

  Changed paths:
    M Source/JavaScriptCore/heap/BlockDirectory.cpp

  Log Message:
  -----------
  [PlayStation] Avoid mincore() call in BlockDirectory::updatePercentageOfPagedOutPages()
https://bugs.webkit.org/show_bug.cgi?id=255202

Reviewed by Ross Kirsling.

Until we figure out the best way on PlayStation to check if pages are paged out, disable
the code block of BlockDirectory::updatePercentageOfPagedOutPages() in the PlayStation port.

* Source/JavaScriptCore/heap/BlockDirectory.cpp:
(JSC::BlockDirectory::updatePercentageOfPagedOutPages):

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




More information about the webkit-changes mailing list