Study note
How to execute an object file: Part 4, AArch64 edition
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Compilers / PL
- Category
- 链接、装载与目标文件
- Source
- blog.cloudflare.com
- Vault note
library/articles/compilers/How-to-execute-an-object-file-Part-4,-AArch64-edition-e5664d33baa3d21a.md
Summary
系列第四篇切换到 AArch64,讨论在 ARM64 架构上执行 object file 时 relocation、指令编码、调用约定和架构差异带来的变化。
Highlights
适合对比 x86-64 与 AArch64 的目标文件执行细节,避免把 ELF/linker 知识误解成只适用于单一架构。
Notes
Cloudflare object file 执行系列。
Comments
Loading comments...