-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove createdump's DAC dependency for the PAL for NativeAOT #88802
Conversation
Tagging subscribers to this area: @tommcdon Issue DetailsAdded a createdump mini pal that implements directly a some of the PAL functions needed that are used on both .NET Core and Native AOT and on .NET Core dynamically loads/links to the DAC next createdump for the following functions: PAL_VirtualUnwindOutOfProc
|
@hoyosjs can I get your feedback? |
Added a createdump mini pal that implements directly a some of the PAL functions needed that are used on both .NET Core and Native AOT and on .NET Core dynamically loads/links to the DAC next createdump for the following functions:
PAL_VirtualUnwindOutOfProc
PAL_GetUnwindInfoSize
WideCharToMultiByte