[webkit-changes] [WebKit/WebKit] 7f2402: [Windows] Allow bmalloc build for Windows platform.

Basuke Suzuki noreply at github.com
Tue Apr 25 20:14:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7f2402e915287f01288f7061e71be2de40cc98a8
      https://github.com/WebKit/WebKit/commit/7f2402e915287f01288f7061e71be2de40cc98a8
  Author: Basuke Suzuki <basuke.suzuki at sony.com>
  Date:   2023-04-25 (Tue, 25 Apr 2023)

  Changed paths:
    M Source/WTF/wtf/PlatformUse.h
    M Source/bmalloc/CMakeLists.txt
    M Source/cmake/OptionsWin.cmake

  Log Message:
  -----------
  [Windows] Allow bmalloc build for Windows platform.
https://bugs.webkit.org/show_bug.cgi?id=255943

Reviewed by Yusuke Suzuki.

This is the patch for Windows bmalloc implementation part 1 of N.

On Windows port, USE_SYSTEM_MALLOC is hard coded and cannot enable by
cmake option USE_SYSTEM_MALLOC=Off. This patch removes the restriction
by removing that code.

Note the default value of USE_SYSTEM_MALLOC on Windows port is still on.
There's no actual effect unless passing the cmake arg explicitly.

* Source/WTF/wtf/PlatformUse.h:
* Source/bmalloc/CMakeLists.txt:
* Source/cmake/OptionsWin.cmake:

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




More information about the webkit-changes mailing list