You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: