-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[CI run only] Use funclets and new EH on win-x86 #113576
base: main
Are you sure you want to change the base?
Conversation
Tagging subscribers to this area: @mangod9 |
76b09d2
to
024b6e8
Compare
c9aa055
to
550dec6
Compare
…RE_EH_FUNCLETS is not always updated and cannot be relied on
7f861f9
to
dab5033
Compare
Since some people are watching... Nearly all libraries test pass and CoreCLR test failures are well understood - shortcuts taken in P/Invoke implementation don't handle SuppressGCTransition correctly; x86 has no native code unwind which triggers one of the asserts due to the initial context state; etc. I'll keep this open for a little longer to clean up the remaining issues. I'll file PRs for things that should be fixed regardless (JIT issues, stack unwinding issues affecting linux-x86, etc.). I'll post some experiment summary once things settle down. |
Not for review, move on.