Stackwalking contracts simplification
Open
area-Diagnostics-cdac
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
Teaching stackwalking about every single Frame type is more fragile contract than it needs to be. We may want to consider less fragile scheme. For example, native AOT equivalent stores flags that describe how to unwind as part of "Frame". It means that introducing new Frame type does require changes in the stackwalker (as long as the existing flags are sufficient to describe it).
Contributor guide
Assessment
This issue has not been assessed yet.