titzer / virgil

A fast and lightweight native programming language
1.24k stars 50 forks source link

Add check for word size when calculating number of spill slots #41

Closed k-sareen closed 3 years ago

k-sareen commented 3 years ago

Quick change that I noticed. Makes it so that 64-bit only uses one spill slot. Does make assumptions that at least 32-bit word size.