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

Don't create copies of indirectly returned values #1241

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ddobrev
Copy link
Contributor

@ddobrev ddobrev commented Aug 20, 2019

This improves performance and more importantly, fixes a memory leak caused by the original value not being destroyed.

This improves performance and more importantly, fixes a memory leak caused by the original value not being destroyed.

Signed-off-by: Dimitar Dobrev <[email protected]>
@ddobrev ddobrev force-pushed the no-copies-indirect-returned-values branch from a417467 to dde6d74 Compare August 21, 2019 22:13
@ddobrev ddobrev force-pushed the master branch 2 times, most recently from c8e9f62 to be54a8b Compare December 18, 2019 22:22
@ddobrev ddobrev force-pushed the master branch 6 times, most recently from 1610aa5 to 64b1efd Compare April 15, 2020 22:32
@ddobrev ddobrev force-pushed the master branch 2 times, most recently from c930b78 to c38556a Compare January 2, 2021 20:41
Base automatically changed from master to main March 12, 2021 10:52
@ddobrev ddobrev force-pushed the main branch 7 times, most recently from 4c1e9b8 to 2fdd082 Compare August 30, 2021 11:25
@ddobrev ddobrev force-pushed the main branch 3 times, most recently from bcf41e4 to 851ec5e Compare October 2, 2021 15:17
@ddobrev ddobrev force-pushed the main branch 2 times, most recently from 8f64166 to 12f456e Compare October 27, 2021 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant