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

Update UnwindContextStorage comments after #687 #700

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

mstange
Copy link
Contributor

@mstange mstange commented Mar 11, 2024

PR #687 switched StoreOnHeap to use a Box with a fixed-size array. This means that, by default, UnwindContext will not allocate during unwind, so the primary motivation for providing a custom UnwindContextStorage has changed.

This PR updates the docs.

PR gimli-rs#687 switched `StoreOnHeap` to use a `Box` with a fixed-size array.
This means that, by default, `UnwindContext` will not allocate during
unwind, so the primary motivation for providing a custom `UnwindContextStorage`
has changed.
This commit tweaks the docs a little to better match the current state.
src/read/cfi.rs Outdated Show resolved Hide resolved
@philipc philipc merged commit 567c636 into gimli-rs:master Mar 12, 2024
20 checks passed
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.

2 participants