Skip to content

Remove TieredStopAtLevel from the CLI#800

Merged
mtdowling merged 1 commit intomainfrom
smithy-cli-jit
May 14, 2021
Merged

Remove TieredStopAtLevel from the CLI#800
mtdowling merged 1 commit intomainfrom
smithy-cli-jit

Conversation

@mtdowling
Copy link
Copy Markdown
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