-
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
Create portable box helper and wrap the thread-local alloc context in a struct #103607
Create portable box helper and wrap the thread-local alloc context in a struct #103607
Conversation
…odegen is close, but we don't need to be exact as most box operations are inlined anyway
…ode, frame/gc frame chains, etc)
Tagging subscribers to this area: @mangod9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise. Thank you!
Arm32 is failing with asserts like: Looks like a problem caused by |
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
cc @elinor-fung for the cDAC change |
Co-authored-by: Elinor Fung <elfung@microsoft.com>
/ba-g build failure is linked to a known test failure |
Create a portable box helper and remove the assembly-based one. The codegen is close, but we don't need to be exact as most box operations are inlined anyway
Follow-ups to #103055