Removal of IBC infrastructure#68717
Conversation
davidwrighton
left a comment
There was a problem hiding this comment.
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.hUnder
src/coreclr/tools/aot/ILCompiler.ReadyToRun/IBC/cc @davidwrighton