WebKit icon indicating copy to clipboard operation
WebKit copied to clipboard

ANGLE: Add support for WebKit memory profiling

Open kkinnunen-apple opened this issue 7 months ago โ€ข 3 comments

95dd98c4ff1fa20874bf62fc609fd0c590616ee2

ANGLE: Add support for WebKit memory profiling
https://bugs.webkit.org/show_bug.cgi?id=294610
rdar://153641747

Reviewed by NOBODY (OOPS!).

Add support for memory profiling. The profiling framework
implementation is in WebKitAdditions.

* Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj:
* Source/ThirdParty/ANGLE/Configurations/BaseTarget.xcconfig:
* Source/ThirdParty/ANGLE/src/common/PoolAlloc.cpp:
(angle::PageHeader::PageHeader):
(angle::PageHeader::checkGuardBlocks):
(angle::PoolAllocator::~PoolAllocator):
(angle::PoolAllocator::pop):
(angle::PoolAllocator::allocate):
(angle::PoolAllocator::allocateNewPage):
(angle::PoolAllocator::initializeAllocation):
(angle::PageHeader::~PageHeader): Deleted.
* Source/ThirdParty/ANGLE/src/common/PoolAlloc.h:
(angle::PoolAllocator::fastAllocate):
* Source/ThirdParty/ANGLE/src/common/platform.h:

https://github.com/WebKit/WebKit/commit/95dd98c4ff1fa20874bf62fc609fd0c590616ee2

Misc iOS, visionOS, tvOS & watchOS macOS Linux Windows
โœ… ๐Ÿงช style โœ… ๐Ÿ›  ios โœ… ๐Ÿ›  mac โœ… ๐Ÿ›  wpe โœ… ๐Ÿ›  win
โœ… ๐Ÿ›  ios-sim โœ… ๐Ÿ›  mac-AS-debug โœ… ๐Ÿงช wpe-wk2 โณ ๐Ÿงช win-tests
โœ… ๐Ÿงช webkitperl โœ… ๐Ÿงช ios-wk2 โœ… ๐Ÿงช api-mac โœ… ๐Ÿงช api-wpe
โœ… ๐Ÿงช ios-wk2-wpt โœ… ๐Ÿงช mac-wk1 โœ… ๐Ÿ›  wpe-cairo
โœ… ๐Ÿงช api-ios โœ… ๐Ÿงช mac-wk2 โœ… ๐Ÿ›  gtk
โœ… ๐Ÿ›  vision โœ… ๐Ÿงช mac-AS-debug-wk2 โœ… ๐Ÿงช gtk-wk2
โœ… ๐Ÿ›  vision-sim โœ… ๐Ÿงช mac-wk2-stress โœ… ๐Ÿงช api-gtk
โœ… ๐Ÿงช vision-wk2 โœ… ๐Ÿงช mac-intel-wk2 โœ… ๐Ÿ›  playstation
โœ… ๐Ÿ›  tv
โœ… ๐Ÿ›  tv-sim
โœ… ๐Ÿ›  watch
โœ… ๐Ÿ›  watch-sim

kkinnunen-apple avatar Jun 17 '25 15:06 kkinnunen-apple

Committed 297511@main (de32706bdb87): https://commits.webkit.org/297511@main

Reviewed commits have been landed. Closing PR #46851 and removing active labels.

webkit-commit-queue avatar Jul 17 '25 07:07 webkit-commit-queue