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

Linker plugin LTO #33

Open
In-line opened this issue Jul 8, 2019 · 2 comments
Open

Linker plugin LTO #33

In-line opened this issue Jul 8, 2019 · 2 comments

Comments

@In-line
Copy link

In-line commented Jul 8, 2019

Rust currently supports linker plugin LTO (aka cross language optimization, aka link time optimization).

It would be interesting to see impact of this in the context of OpenSSL. Basically compiling OpenSSL with clang -flto, so it will allow cross inlining and dead code elimination, etc.. I'm hoping that this will greatly reduce size of the resulting executable.

@alexcrichton
Copy link
Owner

Thanks for the report! Can you expand on this issue? You've opened an issue that's simply entitled "Linker plugin LTO" which isn't really descriptive about what needs to be done, what the use case is, etc.

@In-line
Copy link
Author

In-line commented Jul 9, 2019

@alexcrichton Thanks for your response! I added more detailed description.

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

2 participants