alexcrichton / alexcrichton/openssl-src-rs
Linker plugin LTO
未關閉
- 主要語言
- Rust
- 星號
- 80
- 分支
- 131
- 平均合併
- 49 分鐘
- 30 天內合併 PR
- 2
描述
Rust currently supports [linker plugin LTO](https://doc.rust-lang.org/rustc/linker-plugin-lto.html) (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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。