IUCompilerCourse / Essentials-of-Compilation

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

8.7 Explicate Control mysterious instruction #174

Closed AndrewTolmach closed 5 months ago

AndrewTolmach commented 5 months ago

[Python version] p. 135.

The auxiliary functions for assignment should be updated with cases for Call and FunRef ...

This doesn't seem to be necessary, and in fact the instructor's solution does not have any code here.

jsiek commented 5 months ago

Indeed, it looks like a goof up regarding what's needed for Racket versus Python.