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

Reduce memory allocation in callers #28

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

sthaha
Copy link
Contributor

@sthaha sthaha commented Feb 23, 2022

This fixes issue #27 by ensuring that pcs array allocated on stack
does not escape to heap. See issue1 for details.

Signed-off-by: Sunil Thaha sthaha@redhat.com

This fixes issue emperror#27 by ensuring that `pcs` array allocated on stack
does not escape to heap. See issue[1] for details.

[1]: emperror#27

Signed-off-by: Sunil Thaha <sthaha@redhat.com>
Copy link
Member

@sagikazarmark sagikazarmark left a comment

Choose a reason for hiding this comment

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

Nice, thanks!

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.

None yet

2 participants