File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
chapter_compiler_frontend Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ source programs and generating optimized compiled code. Table
5151different IR types. It is important to design IR structures carefully,
5252considering the specific requirements of the compiler's design.
5353
54- :::: center
55- :::
54+ : Types of IRs
55+
5656| IR Structure | Characteristics | Examples |
5757| --------------| --------------------------------------| ----------------------------------------------
5858| Linear IR | Based on linear code | Stack machine code, three-address code |
5959| Graphical IR | Based on graphs | Abstract syntax tree, directed acyclic graph |
6060| Hybrid IR | Based on both graphs and linear code | LLVM IR |
6161:label : ` ch06/ch06-categorize `
62- : Types of IRs
63- :::
64- ::::
62+
63+
64+
You can’t perform that action at this time.
0 commit comments