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

Add unwind info manager implementation and use it #129

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

javierhonduco
Copy link
Owner

No description provided.

That acts as a transparent disk cache for unwind information

Test Plan
=========

Added tests + see next commit
Test Plan
=========

Ran the profiler for a while without any issues
@javierhonduco javierhonduco changed the title Persist unwind info 2 Add unwind info manager implementation and use it Jan 8, 2025
@javierhonduco javierhonduco requested a review from rdelfin January 8, 2025 16:23
@@ -118,8 +117,7 @@ pub enum ReaderError {
Digest,
}

/// Reads compact information of a bytes slice.
Copy link
Owner Author

Choose a reason for hiding this comment

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

Oops must have removed it while rebasing, will re-add it

@@ -39,27 +39,26 @@ unsafe impl Plain for Header {}
/// read path, in case the data is corrupted.
unsafe impl Plain for CompactUnwindRow {}

/// Writes compact information to a given writer.
Copy link
Owner Author

Choose a reason for hiding this comment

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

Oops must have removed it while rebasing, will re-add it

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