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

Avoid extra allocation when evaluation complex gexpr #2152

Merged

Conversation

serge-sans-paille
Copy link
Owner

Improve the simple runtime alias analysis to prevent some memory copies, based on the origin of each subexpression.

@serge-sans-paille
Copy link
Owner Author

cc @jeanlaroche

@serge-sans-paille serge-sans-paille force-pushed the feature/avoid-copy-during-gexpr-expressions branch from 8f32e9d to cc95475 Compare November 27, 2023 07:08
Improve the simple runtime alias analysis to prevent some memory copies,
based on the origin of each subexpression.
@serge-sans-paille serge-sans-paille force-pushed the feature/avoid-copy-during-gexpr-expressions branch from cc95475 to f65953b Compare November 28, 2023 14:56
@serge-sans-paille serge-sans-paille merged commit 2e02ee9 into master Nov 28, 2023
17 checks passed
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