TDA283-compiler-construction / project

Material for TDA283 / DIT300 Compiler Construction
11 stars 27 forks source link

Add tests for register exhaustion #40

Closed frans-bergman closed 1 year ago

frans-bergman commented 2 years ago

Functions with many local variables or many arguments may exhaust available CPU registers when performing register allocation in native code generation.