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

Refactor pgp_dest_t to allocate cache on heap. #1782

Open
ni4 opened this issue Mar 19, 2022 · 0 comments · May be fixed by #2299
Open

Refactor pgp_dest_t to allocate cache on heap. #1782

ni4 opened this issue Mar 19, 2022 · 0 comments · May be fixed by #2299
Assignees

Comments

@ni4
Copy link
Contributor

ni4 commented Mar 19, 2022

Description

As of old design pgp_dest_t uses static cache array, which would eat up stack for local variables. This should be changed to use heap or C++ vector.

@ni4 ni4 added this to the v0.17.0 milestone Mar 19, 2022
@ni4 ni4 changed the title Refactor pgp_dest_t/pgp_source_t to allocate cache on heap. Refactor pgp_dest_t to allocate cache on heap. Mar 19, 2022
@ni4 ni4 removed this from the v0.17.0 milestone Feb 27, 2023
@desvxx desvxx self-assigned this Dec 8, 2024
@desvxx desvxx linked a pull request Dec 11, 2024 that will close this issue
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 a pull request may close this issue.

2 participants