mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 22:34:13 +00:00
2364f6b22e
Project2's LLVM IR size is ~20-25% bigger than project1 due to the fact that in gpui2 we call async_task::spawn(_local) with impl Future instead of dyn Future, which leads to quite a few more instantiations of RawTask. LLVM-IR size for project2: | build_type | main | this branch | project1 | | debug | 2617795 | 2022814 | 1817866 | | release | 4439033 | 3715086 | 3314489 | |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |