inside-compiler / inside-compiler.github.io

blogs about Coimpiler & Virtual Machine
1 stars 3 forks source link

ADT-概述 | Inside Compiler #37

Open fiking opened 6 months ago

fiking commented 6 months ago

https://inside-compiler.github.io/2024/02/02/ADT-Overview/

ADT(Abstract Data Type)是LLVM定义的一套高级数据类型,是LLVM项目的基础组件。ADT定义了“基础类型”、“容器”、“算法”、“迭代器”,具体来说: