IUCompilerCourse / Essentials-of-Compilation

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

Section 6.9.1, `TailJmp`'s read from `arg` not mentioned #80

Open iambrj opened 3 years ago

iambrj commented 3 years ago

Here, it is not mentioned that TailJmp also reads from its arg field (the register containing the function address), in addition to callee saved registers.

iambrj commented 3 years ago

The same applies for IndirectCallq