-
Notifications
You must be signed in to change notification settings - Fork 156
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
Refactor Memory::relocate_memory
#784
Conversation
fmoletta
commented
Jan 26, 2023
•
edited
Loading
edited
- Refactor method
- Add more test cases
- Add more cairo programs to check relocation of temporary memory (these programs dont contain assertions, they are meant to be used by the memory comparison script)
Memory::relocate memory
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.
LGTM but some minor comments.
Memory::relocate memory
Memory::relocate_memory
Co-authored-by: Mario Rugiero <mario.rugiero@lambdaclass.com>
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.
Just some minor typos!
Co-authored-by: Juan Rigada <62958725+Jrigada@users.noreply.github.com>
Co-authored-by: Juan Rigada <62958725+Jrigada@users.noreply.github.com>
…ro-rs into refactor-relocate-memory
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.
Beautiful.