dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 508 forks source link

Port exception frame filtering logic from CoreCLR #4778

Open jkotas opened 7 years ago

jkotas commented 7 years ago

https://github.com/dotnet/coreclr/pull/14652 and https://github.com/dotnet/corert/pull/4777

jkotas commented 7 years ago

cc @trylek

trylek commented 7 years ago

Thanks @jkotas for sharing. LGTM modulo the fact that MethodBase availability is generally limited in AOT runtimes (CoreRT / .NET .Native) but that hopefully shouldn't be a major concern w.r.t. a bunch of internal framework methods.