titzer / virgil

A fast and lightweight native programming language
1.13k stars 40 forks source link

Fix bug with unboxed refs #241

Closed btwj closed 2 months ago

btwj commented 2 months ago

We should not be using u32[R32]/u64[R64] at all while packed refs are not supported. Fixes bug so type Operand #unboxed #packed can bootstrap.

titzer commented 2 months ago

Fixed this in a separate CL. If you have a testcase that fails, please share.