-
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.
Allow more expensive hot compilations under -Xtune:throughput
This commit enables two changes for hot/scorching compilations performed under the -Xtune:throughput mode: 1. -Xjit:acceptHugeMethod is enabled, allowing more complex methods to be successfuly compiled. This change can be disabled by setting the following environment variable: TR_DontAcceptHugeMethods=1 2. The JIT scratch memory limit is increased from 256 MB to 512 MB allowing compilations that need more memory to succeed. The new scratch memory limit value for hot compilations can be controlled with -Xjit:scratchSpaceLimitKBForHotCompilations=<NNN> Signed-off-by: Marius Pirvu <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 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
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
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