Skip to content
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

Stop assuming a particular threading model when generating shutdown events. #25139

Conversation

bzbarsky-apple
Copy link
Contributor

We should be able to generate a shutdown event regardless of whether we're doing RunEventLoop or StartEventLoopTask. That means leaving the shutdown of the event loop to the API consumer, since those cases need to be handled somewhat differently.

…vents.

We should be able to generate a shutdown event regardless of whether we're doing
RunEventLoop or StartEventLoopTask.  That means leaving the shutdown of the
event loop to the API consumer, since those cases need to be handled somewhat
differently.
@github-actions
Copy link

PR #25139: Size comparison from 5f058f9 to dd9019f

Decreases (1 build for cc32xx)
platform target config section 5f058f9 dd9019f change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 930151 930114 -37 -0.0
.debug_aranges 87464 87456 -8 -0.0
.debug_frame 300232 300208 -24 -0.0
.debug_info 20330255 20329881 -374 -0.0
.debug_line 2658243 2658089 -154 -0.0
.debug_loc 2791404 2791297 -107 -0.0
.debug_ranges 281600 281592 -8 -0.0
.debug_str 3015052 3015030 -22 -0.0
Full report (1 build for cc32xx)
platform target config section 5f058f9 dd9019f change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 641857 641857 0 0.0
(read/write) 204124 204124 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197528 197528 0 0.0
.comment 194 194 0 0.0
.data 1476 1476 0 0.0
.debug_abbrev 930151 930114 -37 -0.0
.debug_aranges 87464 87456 -8 -0.0
.debug_frame 300232 300208 -24 -0.0
.debug_info 20330255 20329881 -374 -0.0
.debug_line 2658243 2658089 -154 -0.0
.debug_loc 2791404 2791297 -107 -0.0
.debug_ranges 281600 281592 -8 -0.0
.debug_str 3015052 3015030 -22 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105697 105697 0 0.0
.shstrtab 232 232 0 0.0
.stab 204 204 0 0.0
.stabstr 441 441 0 0.0
.stack 2048 2048 0 0.0
.strtab 376514 376514 0 0.0
.symtab 256016 256016 0 0.0
.text 534036 534036 0 0.0

@bzbarsky-apple bzbarsky-apple merged commit 336f1c5 into project-chip:master Feb 17, 2023
@bzbarsky-apple bzbarsky-apple deleted the stop-shutdown-event-conflation branch February 17, 2023 14:39
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
…vents. (project-chip#25139)

We should be able to generate a shutdown event regardless of whether we're doing
RunEventLoop or StartEventLoopTask.  That means leaving the shutdown of the
event loop to the API consumer, since those cases need to be handled somewhat
differently.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants