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

Fix all Helgrind complaints #393

Merged
merged 5 commits into from
Dec 12, 2024
Merged

Fix all Helgrind complaints #393

merged 5 commits into from
Dec 12, 2024

Conversation

nathanwbrei
Copy link
Collaborator

No description provided.

Previously, JException would stringify the JBacktrace in the constructor. This is fine as long as JException represents an unrecoverable error. If used for flow control, however, this imposes a steep performance penalty. The penalty will become even steeper when we enable `addr2line`. Now the JException only stringifies the backtrace upon printing, and only if the backtrace is requested.
@nathanwbrei nathanwbrei merged commit 5a506ed into master Dec 12, 2024
9 checks passed
@nathanwbrei nathanwbrei deleted the nbrei_gluex_fixes branch December 12, 2024 21:05
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.

1 participant