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

Proposal: merge all jitutils tools to a single dotnet CLI app #232

Open
BruceForstall opened this issue Nov 26, 2019 · 1 comment
Open

Comments

@BruceForstall
Copy link
Member

Currently, we have the following tools built in jitutils:

  • cijobs
  • jit-analyze
  • jit-dasm
  • jit-dasm-pmi
  • jit-decisions-analyze
  • jit-diff
  • jit-format
  • pmi

jit-diff itself has 4 sub-commands: diff, list, install, uninstall.

Would it make sense to merge some or all of these into a single tool, perhaps called something simple like just "jit"?

The build might be simpler and faster, and usage might be easier.

E.g., instead of "jit-analyze" you use "jit analyze": the only usage difference is replacing the dash with a space.

jit-diff, which already has sub-commands, might have its sub-commands elevated to top-level, and the existing "diff" sub-command becoming top-level, which would simplify usage as you would have jit diff instead of jit-diff diff.

Perhaps this would make the source code sharing and code management a little simpler.

(@echesakovMSFT suggested this idea)

@BruceForstall
Copy link
Member Author

@dotnet/jit-contrib

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

No branches or pull requests

1 participant