Closed mstange closed 8 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.
StoreOnHeap
Box
UnwindContext
UnwindContextStorage
This PR updates the docs.
PR #687 switched
StoreOnHeap
to use aBox
with a fixed-size array. This means that, by default,UnwindContext
will not allocate during unwind, so the primary motivation for providing a customUnwindContextStorage
has changed.This PR updates the docs.