Closed iambrj closed 3 years ago
Section 4.8 uses the term "control flow graph", when really what we are building is a map from labels to basic blocks, which makes it confusing. Furthermore, the actual CFG is built in the register allocation section 4.10
Wouldn't label->block be a better phrasing here?
label->block
yes, I'll rephrase
Section 4.8 uses the term "control flow graph", when really what we are building is a map from labels to basic blocks, which makes it confusing. Furthermore, the actual CFG is built in the register allocation section 4.10
Wouldn't
label->block
be a better phrasing here?