eclipse / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
933 stars 392 forks source link

Delete TR::SelectOpt, which is unused #7378

Closed jdmpapin closed 1 week ago

jdmpapin commented 2 weeks ago

If there is a case in which it's desirable for an entry in _opts to select between two different Optimization classes based on an option, we can simply check the option where that entry is initialized, and use it to choose which factory function to pass to the OptimizationManager. Moreover, by checking the option there, we'll naturally take option sets into account.

vijaysun-omr commented 1 week ago

Jenkins build all

vijaysun-omr commented 1 week ago

Simple cleanup. Checks have passed. Merging