Skip to content
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

Remove TieredStopAtLevel from the CLI #800

Merged
merged 1 commit into from
May 14, 2021
Merged

Remove TieredStopAtLevel from the CLI #800

merged 1 commit into from
May 14, 2021

Conversation

mtdowling
Copy link
Member

The CLI previously used -XX:TieredStopAtLevel=2 to limit the amount of
intermediate compilation the CLI would perform. This helps a little bit
with quicker startups in the CLI, but it also caused the CLI to perform
significantly slower for longer running tasks like validating hundreds
of thousands of models.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

The CLI previously used `-XX:TieredStopAtLevel=2` to limit the amount of
intermediate compilation the CLI would perform. This helps a little bit
with quicker startups in the CLI, but it also caused the CLI to perform
significantly slower for longer running tasks like validating hundreds
of thousands of models.
@mtdowling mtdowling merged commit 3712c98 into main May 14, 2021
@mtdowling mtdowling deleted the smithy-cli-jit branch May 21, 2021 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants