-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Description
x86/x64 was implemented with dotnet/coreclr#26807. This issue tracks doing the work to implement it for arm32/arm64.
This would provide consistency in implementation, simplicity in the JIT stack probing implementation, as well as provide the benefits of stack probing exception stack traces for arm32/arm64.
Related: https://github.com/dotnet/coreclr/issues/21061
Update: Arm32 part of the issue is addressed in dotnet/coreclr#27184
For Arm64 we decided only to fix the stack probing loop (it currently under-probes one page) without implementing the helper.
In the future, we can implement the helper by following the suggested approach dotnet/coreclr#27184 (comment) but it is out of scope for the near term future
category:implementation
theme:prolog-epilog
skill-level:intermediate
cost:medium
Metadata
Metadata
Assignees
Labels
Type
Projects
Status