[webkit-changes] [WebKit/WebKit] 22f1ff: Remove SPI call to _purgeDevice which is no longer...
mwyrzykowski
noreply at github.com
Fri Aug 30 09:26:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 22f1ffa51a67194bc7ef9db14e427d023384e95e
https://github.com/WebKit/WebKit/commit/22f1ffa51a67194bc7ef9db14e427d023384e95e
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-08-30 (Fri, 30 Aug 2024)
Changed paths:
M Source/WebKit/GPUProcess/graphics/ScopedRenderingResourcesRequest.cpp
M Source/WebKit/GPUProcess/graphics/ScopedRenderingResourcesRequest.h
R Source/WebKit/GPUProcess/graphics/ScopedRenderingResourcesRequestCocoa.mm
M Source/WebKit/SmartPointerExpectations/UncountedCallArgsCheckerExpectations
M Source/WebKit/SourcesCocoa.txt
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Remove SPI call to _purgeDevice which is no longer needed
rdar://110383299
https://bugs.webkit.org/show_bug.cgi?id=278808
Reviewed by Kimmo Kinnunen.
This seemed to be working around a memory issue in QuartzCore, but
that is resolved in QuartzCore now.
Removing this call appears to result in either a 0.5% progression or regression
based on the test run for the memory benchmarks. Therefore it would be reasonable
to assume the slight progression or regression is noise.
* Source/WebKit/GPUProcess/graphics/ScopedRenderingResourcesRequest.cpp:
* Source/WebKit/GPUProcess/graphics/ScopedRenderingResourcesRequestCocoa.mm: Removed.
* Source/WebKit/SmartPointerExpectations/UncountedCallArgsCheckerExpectations:
* Source/WebKit/SourcesCocoa.txt:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/282976@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list