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.
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
Generate tiny compiled binary for wrapping executables #124556
Generate tiny compiled binary for wrapping executables #124556
Changes from 37 commits
5edd17c
de1f53b
eef4fa8
131ed20
e8cedf3
8d2964a
1d64281
dcba417
b58c857
b62216a
ac99a6f
d930fec
3df841b
adef70c
b7d36b8
4b833cc
a45c5db
c310cb0
ba86a19
1218b82
6517e5b
7cca19a
a95a7a2
eb048d8
3a014be
4e55d34
97d62a9
3997e9d
a1e6226
e3c94f3
a47286f
64da827
d8375fb
2b103ab
2b5a2d4
7cf1aa1
f3b16a6
32d566e
2bc7345
e7c70ce
177f0a6
df13841
c42e674
b7e00ed
87fcb7b
d5e028a
bdaa0e2
ceffea6
39b0aa4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another "just an idea": you're invoking the compiler without any warnings turned on, just emitting all of those parts all the time would simplify the logic here and result in no larger of a binary (assuming that the code isn't embedded into the executable anymore, of course)—all the
main
concatenation could go away as well