[webkit-changes] [WebKit/WebKit] 46b269: Set structureHeapAddressSize for PlayStation

Don Olmstead noreply at github.com
Thu Mar 9 15:29:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 46b269f04c845b16c27710770b3a30645ba35bb9
      https://github.com/WebKit/WebKit/commit/46b269f04c845b16c27710770b3a30645ba35bb9
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/PlatformPlayStation.cmake
    M Source/JavaScriptCore/runtime/StructureID.h

  Log Message:
  -----------
  Set structureHeapAddressSize for PlayStation
https://bugs.webkit.org/show_bug.cgi?id=253535

Reviewed by Fujii Hironori.

Set the value of `structureHeapAddressSize` to 128 MB. This value was
being set through `STRUCTURE_HEAP_ADDRESS_SIZE_IN_MB` but has been
constant for awhile so just set the value directly for
`PLATFORM(PLAYSTATION)`. This fixes an issue where the value wasn't
being set when compiling `WebCoreTestSupport`.

Leaving `STRUCTURE_HEAP_ADDRESS_SIZE_IN_MB` in the code in case any
additional tweaks are needed by ports.

* Source/JavaScriptCore/PlatformPlayStation.cmake:
* Source/JavaScriptCore/runtime/StructureID.h:

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




More information about the webkit-changes mailing list