-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Removal of IBC infrastructure #68717
Conversation
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.
Good progress. I found 1 thing that shouldn't have been removed which is quite important (and will cause perf problems if you don't fix), but I also found a bunch of more stuff to delete.
We also need to delete the /tuning switch, which exists to make use of the ProfileDataNode stuff you just deleted. crossgen2\CommandLineOptions.cs: public bool Tuning; All of that should go. In reply to: 958156947 |
This represents a course removal of the IBC infrastructure.
Questions on what else to remove can start with looking at the following under
src/coreclr
.Files:
src/coreclr/inc/corbbtprof.h
Under
src/coreclr/tools/aot/ILCompiler.ReadyToRun/IBC
/cc @davidwrighton