IUCompilerCourse / Essentials-of-Compilation

A book about compiling Racket and Python to x86-64 assembly
1.27k stars 137 forks source link

Typo in Section 7.3 #157

Closed waynee95 closed 1 year ago

waynee95 commented 1 year ago

It says

We choose to place the expose_allocation pass before remove_complex_operands because it generates code that con- tains complex operands. However, with some care it can also be placed before remove_complex_operands [...]

Latter before should be after.