alexcrichton / alexcrichton/openssl-src-rs

Linker plugin LTO

未關閉
#33 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。