Skip to content

Conversation

charles-cooper
Copy link
Member

What I did

draft. elide redundant memory copies (e.g. mcopy chains A -> B -> C => A->C).

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->


def test_redundant_copy_elimination():
"""
Test that copying to the same location is eliminated entirely.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this handle possible MSIZE effects which would be removed with this optimization?

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.

2 participants