-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change DLT opt level based on option
Before this change one could force the optimization level of a particular DLT compilation through a command line option (dltOptLevel=...) only if the TR_DebugDLT env var was defined. This was done to avoid the overhead of searching the option subsets for a given method. This commit allows one to specify the optimization level of DLT compilations without the need of an env var. Examples: -Xjit:dltOptLevel=hot -Xjit:{myMethod}(dltOptLevel=cold) The overhead for searching option sets has been eliminated if no option subset uses the dltOptlevel= option Depends on eclipse-omr/omr#7596 Signed-off-by: Marius Pirvu <[email protected]>
- Loading branch information
Showing
1 changed file
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters