CLI: Speed up via --compile=min -O0 flags#549
Open
rht wants to merge 1 commit intoJuliaEditorSupport:masterfrom
Open
CLI: Speed up via --compile=min -O0 flags#549rht wants to merge 1 commit intoJuliaEditorSupport:masterfrom
rht wants to merge 1 commit intoJuliaEditorSupport:masterfrom
Conversation
The -S feature has existed since Linux coreutils 8.30. See https://stackoverflow.com/questions/4303128/how-to-use-multiple-arguments-for-awk-with-a-shebang-i-e/52979955#52979955. The comment also says that it should work on FreeBSD (not tested).
Collaborator
|
i have a macbook air now so I can test this later. I'm honestly surprised anyone uses this script still it's really, really, outdated; with respect to option selection. |
Author
I suppose that no one uses the script because it's slow regardless of the speedup? This is the original discussion that led to this PR: https://julialang.zulipchat.com/#narrow/stream/137791-general/topic/cli.20not.20included. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The -S feature has existed since Linux coreutils 8.30.
See https://stackoverflow.com/questions/4303128/how-to-use-multiple-arguments-for-awk-with-a-shebang-i-e/52979955#52979955.
The comment also says that it should work on FreeBSD (not tested).
This speeds up from ~1:16.69 s to ~31 s on my laptop (Linux).
TODO: