IUCompilerCourse / Essentials-of-Compilation

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

Section 7.5 limit functions #125

Open proglang opened 2 years ago

proglang commented 2 years ago

This section doesn't say anything about writes to overflowing parameters. It might be useful to mention that they are allowed (?) without giving the full details of the solution.