-
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
Build CoreLib as AnyCPU #101084
Build CoreLib as AnyCPU #101084
Conversation
Reduce amount of architecture specific code. Minor cleanup motivated by dotnet#101038.
Tagging subscribers to this area: @hoyosjs |
👍 for the change in general. Couple questions... Are there plans on changing things like in Are there any places that still use |
We have briefly looked into building one architecture neutral CoreLib in the past and it did not look feasible. It would require new language and runtime features to pull it off to solve the kind of problems you are talking about and/or we would have to leave perf on the table. Unless we have a plan to get rid of all ifdefs in CoreLib, a few more or less ifdefs in CoreLib are fine. |
Removed last usage of PlatformTarget={non-AnyCpu} in #101089 |
Reduce amount of architecture specific code. Minor cleanup motivated by dotnet#101038.
Reduce amount of architecture specific code. Minor cleanup motivated by #101038.