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

Escape analysis #1245

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Escape analysis #1245

merged 2 commits into from
Oct 19, 2023

Conversation

nassor
Copy link
Contributor

@nassor nassor commented Oct 19, 2023

Description

"Memory escape analysis" task at the Makefile.

That will guide on avoiding allocating heap memory and keeping variables on the stack whenever possible. It will also inform places where memory could be copied from the stack to the heap during runtime execution.

References:

Quick checks:

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

@nassor nassor requested a review from a team as a code owner October 19, 2023 01:59
@nassor nassor merged commit 0b3dd54 into main Oct 19, 2023
@nassor nassor deleted the escape-analysis branch October 19, 2023 13:53
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