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 heap allocations and deallocations in proof_trace_callback_writer #1198

Merged
merged 3 commits into from
Feb 3, 2025

Conversation

stevenmeker
Copy link
Collaborator

Avoid setup and tear-down costs for current_call_event_ and current_rewrite_event_ by providing members to replace and reuse rather than using optional::reset() and emplace().

@rv-jenkins rv-jenkins changed the base branch from master to develop February 1, 2025 02:10
@stevenmeker stevenmeker linked an issue Feb 3, 2025 that may be closed by this pull request
@dwightguth dwightguth merged commit b9aceed into develop Feb 3, 2025
10 checks passed
@dwightguth dwightguth deleted the callback_opt branch February 3, 2025 19:58
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.

Performance overhead in proof_trace_callback_writer
2 participants