Study note

There Is Life Before Main in Rust

Properties

Type
Blogs
Status
待读
Domain
Rust
Category
类型系统、宏与语言机制
Source
grack.com
Vault note
library/articles/rust/There-Is-Life-Before-Main-in-Rust-cc14c9919b54e437.md

Summary

分析 Rust 程序进入 `main` 之前发生什么的文章,主题通常涉及链接、启动代码、runtime 初始化、panic/allocator/lang items 等。

Highlights

适合把 Rust 和 ELF/链接/启动流程连接起来,理解二进制程序不是从 `main` 凭空开始。

Notes

Rust 编译链接

Comments

Loading comments...