deprecation: limit deep unmarking for better performance#38082
Merged
DanielMSchmidt merged 14 commits intomainfrom Feb 3, 2026
Merged
deprecation: limit deep unmarking for better performance#38082DanielMSchmidt merged 14 commits intomainfrom
DanielMSchmidt merged 14 commits intomainfrom
Conversation
Contributor
|
The equivalence tests failed. Please investigate here. |
f84a4ce to
6afd3af
Compare
bda61b0 to
280e593
Compare
6afd3af to
de41238
Compare
280e593 to
f5e79eb
Compare
de41238 to
bdc972e
Compare
f5e79eb to
7e3ae80
Compare
d00ce77 to
efac832
Compare
12 tasks
7e3ae80 to
ced2884
Compare
9a3ecfc to
9ca210c
Compare
ced2884 to
1ae68b1
Compare
9ca210c to
1afde6d
Compare
This was referenced Feb 2, 2026
Merged
jbardin
previously approved these changes
Feb 2, 2026
1ae68b1 to
f06653d
Compare
1afde6d to
6fd7c95
Compare
c99ec3a to
03f545c
Compare
6fd7c95 to
c2e3016
Compare
03f545c to
73395dc
Compare
c2e3016 to
b5c6794
Compare
73395dc to
dec3b8e
Compare
Base automatically changed from
use-deprecation-marks-for-resource-deprecation-3
to
main
February 3, 2026 15:47
b5c6794 to
0100adb
Compare
jbardin
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Chain
Unmarking deep is an expensive operation that we want to circumvent if possible. This PR tinkers with the API so that less unmarking is necessary.
Fixes #
Target Release
1.15.x
Rollback Plan
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
CHANGELOG entry