Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 46b269f04c845b16c27710770b3a30645ba35bb9
      
https://github.com/WebKit/WebKit/commit/46b269f04c845b16c27710770b3a30645ba35bb9
  Author: Don Olmstead <don.olmst...@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to