Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
声明结构的 C 代码片段的三地址代码 IR 是什么?
struct name{ char c; int i; }
三地址代码主要用于分配。您只能表示字段的分配。所有字段都有一个地址。