mstange / framehop

Stack unwinding library in Rust
Apache License 2.0
82 stars 11 forks source link

PE: Introduce a fast path for unwinding stack only #21

Open ishitatsuyuki opened 8 months ago

ishitatsuyuki commented 8 months ago

13 introduced support to recover full register information from unwind info, not only RIP, RSP and RBP. However, this does have some performance implications:

There should be some way to select either the faster behavior or the register recovery behavior.