IUCompilerCourse / Essentials-of-Compilation

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

Fix labels in 4.12.2 Remove jumps #99

Closed ksromanov closed 2 years ago

ksromanov commented 2 years ago

This paragraph refers to the figures 4.14 and 4.17, which do not have block_4 label. Perhaps the cleaner solution would be to regenerate the code with new, smaller label indices and change block_4 accordingly.