-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add -optimistic for crossgen2 option --instruction-set. #121203
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
Conversation
Could be used for compile on x64 host for arm64 target (for example, during Tizen OS image creation).
|
It would be nice to also update the help text with runtime/src/coreclr/tools/aot/ILCompiler/ILCompilerRootCommand.cs Lines 356 to 385 in 9451b1f
and runtime/src/coreclr/tools/aot/crossgen2/Crossgen2RootCommand.cs Lines 316 to 343 in 9451b1f
|
Add more info in --instruction-set option of crossgen2 help output.
Good point, thanks! Added. |
|
/ba-g infrastructure timeouts |
Could be used for compile on x64 host for arm64 target (for example, during Tizen OS image creation).
Related to #121175, another approach for disable optimistic instruction set to be added.
CC @gbalykov @tannergooding @MichalStrehovsky