gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
846 stars 108 forks source link

Update UnwindContextStorage comments after #687 #700

Closed mstange closed 7 months ago

mstange commented 7 months ago

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.