IUCompilerCourse / Essentials-of-Compilation

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

Section 5.7 missing information on compiling void #74

Open iambrj opened 3 years ago

iambrj commented 3 years ago

At the beginning of section 5.7 it is mentioned that compiling void must be discussed. However the section never discusses it. The generated code for the running example, however, has movq $0s for the void assignments.