-
Notifications
You must be signed in to change notification settings - Fork 88
Performance degradation fix due to rect tracking #2112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move release notes from "Highlights - iOS" to "Fixes - Multiplatofrm" and it's about a memory leak for public, it shouldn't mention any our internal tools/benchmark
compose/ui/ui/src/skikoMain/kotlin/androidx/compose/ui/node/RootNodeOwner.skiko.kt
Show resolved
Hide resolved
compose/ui/ui/src/skikoMain/kotlin/androidx/compose/ui/node/RootNodeOwner.skiko.kt
Show resolved
Hide resolved
Benchmarks are public, we refer them in public materials. But ok. |
1ebc738
to
0b5aa1f
Compare
- added forgotten rect manager method calls in analogy of AndroidComposeView (from AOSP Change-Id: Ibcedf1aa6b2e96c5f11221248fa16fe1f82b9ba)
6c1c8a1
to
b58144d
Compare
Added forgotten `RectManager` methods calls in analogy of AndroidComposeView (from AOSP [commit](androidx@655aebc)) Fixes: - [CMP-6925](https://youtrack.jetbrains.com/issue/CMP-6925) - [CMP-6715](https://youtrack.jetbrains.com/issue/CMP-6715) ## Testing Running the benchmark to ensure that degradation has done ## Release Notes ### Fixes - Multiple Platforms - Fixed a memory leak and performance degradation when `ComposeUiFlags.isRectTrackingEnabled` set to `true`(default).
#2123) Added forgotten `RectManager` methods calls in analogy of AndroidComposeView (from AOSP [commit](androidx@655aebc)) Fixes: - [CMP-6925](https://youtrack.jetbrains.com/issue/CMP-6925) - [CMP-6715](https://youtrack.jetbrains.com/issue/CMP-6715) ## Testing Running the benchmark to ensure that degradation has gone ## Release Notes ### Fixes - Multiple Platforms - Fixed a memory leak and performance degradation when `ComposeUiFlags.isRectTrackingEnabled` set to `true`(default).
Added forgotten
RectManager
methods calls in analogy of AndroidComposeView (from AOSP commit)Fixes:
Testing
Running the benchmark to ensure that degradation has done
Release Notes
Fixes - Multiple Platforms
ComposeUiFlags.isRectTrackingEnabled
set totrue
(default).