-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Darwin] Internal state plumbing for the _XPC classes #35962
[Darwin] Internal state plumbing for the _XPC classes #35962
Conversation
Review changes with SemanticDiff. |
bfb416b
to
8234e8c
Compare
a5aab2a
to
97926a2
Compare
PR #35962: Size comparison from 150db87 to 97926a2 Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35962: Size comparison from 150db87 to 77b4313 Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
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.
Requesting changes for the MTRDevice_Concrete bits.
PR #35962: Size comparison from 813c245 to 61da89f Full report (46 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, linux, nrfconnect, psoc6, qpg, stm32, telink, tizen)
|
PR #35962: Size comparison from 813c245 to a6f8bf9 Full report (24 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, telink, tizen)
|
4d6f1d3
to
1501df0
Compare
1501df0
to
f85d1dc
Compare
b2f72d1
to
21bed7e
Compare
PR #35962: Size comparison from bcdddaa to 2a35463 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
58c9c06
to
7f32eb8
Compare
PR #35962: Size comparison from c18a6de to 07deb34 Full report (24 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, telink, tizen)
|
PR #35962: Size comparison from c18a6de to fb4cf85 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35962: Size comparison from c18a6de to 8cb98cf Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Currently MTRDevice_XPC and MTRDeviceController_XPC classes have properties / internal state that is queried through XPC every time. This PR aims to plumb initial retrieval and update of this info, to avoid an XPC trip every time.