[webkit-changes] [WebKit/WebKit] 33b383: Get WebKit MALLOC_HEAP_BREAKDOWN Configuration Bui...

Brandon Stewart noreply at github.com
Wed Aug 16 20:25:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 33b383131d5edd4552336cfb67114e4dddaaf363
      https://github.com/WebKit/WebKit/commit/33b383131d5edd4552336cfb67114e4dddaaf363
  Author: Brandon Stewart <brandonstewart at apple.com>
  Date:   2023-08-16 (Wed, 16 Aug 2023)

  Changed paths:
    M Source/JavaScriptCore/assembler/LinkBuffer.cpp
    M Source/JavaScriptCore/assembler/LinkBuffer.h
    M Source/JavaScriptCore/bytecode/InstructionStream.cpp
    M Source/JavaScriptCore/runtime/StringReplaceCache.h
    M Source/JavaScriptCore/runtime/StringSplitCache.h
    M Source/WTF/wtf/BitVector.cpp
    M Source/WTF/wtf/DebugHeap.h
    M Source/WTF/wtf/FastMalloc.h
    M Source/WTF/wtf/MetaAllocator.cpp
    M Source/WTF/wtf/text/CString.h
    M Source/WTF/wtf/text/cf/StringImplCF.cpp
    M Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUBindGroupLayout.h
    M Source/WebGPU/WGSL/AST/ASTBuilder.h
    M Source/WebKit/Shared/ShareableBitmap.cpp
    M Source/WebKit/Shared/ShareableBitmap.h
    M Source/WebKit/Shared/ShareableBitmapHandle.cpp
    M Source/WebKit/UIProcess/mac/LegacySessionStateCoding.cpp

  Log Message:
  -----------
  Get WebKit MALLOC_HEAP_BREAKDOWN Configuration Building Again
https://bugs.webkit.org/show_bug.cgi?id=259786

Reviewed by Elliott Williams.

Get the Malloc Heap Breakdown build compiling again. Lots of header includes and exporting of symbols.
This really should not touch the system in any other way, but it does modify files across numerous components.

* Source/JavaScriptCore/assembler/LinkBuffer.cpp:
* Source/JavaScriptCore/assembler/LinkBuffer.h:
* Source/JavaScriptCore/bytecode/InstructionStream.cpp:
* Source/JavaScriptCore/runtime/StringReplaceCache.h:
* Source/JavaScriptCore/runtime/StringSplitCache.h:
* Source/WTF/wtf/BitVector.cpp:
* Source/WTF/wtf/DebugHeap.h:
* Source/WTF/wtf/FastMalloc.h:
* Source/WTF/wtf/MetaAllocator.cpp:
* Source/WTF/wtf/text/CString.h:
* Source/WTF/wtf/text/cf/StringImplCF.cpp:
* Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUBindGroupLayout.h:
* Source/WebGPU/WGSL/AST/ASTBuilder.h:
* Source/WebKit/Shared/ShareableBitmap.cpp:
* Source/WebKit/Shared/ShareableBitmap.h:
* Source/WebKit/Shared/ShareableBitmapHandle.cpp:
* Source/WebKit/UIProcess/mac/LegacySessionStateCoding.cpp:

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




More information about the webkit-changes mailing list