Monstrous commit smh, made a custom ssa intermediate representation to remove some stack ops, glendasay is about 40% faster (and i'm sure the other ones have some improvement too)

This commit is contained in:
cannoli-fruit 2026-07-30 04:54:05 -04:00
commit ca1ee83377
24 changed files with 1018 additions and 176 deletions

10
flagpole/irtests/loop.fp Normal file
View file

@ -0,0 +1,10 @@
$inc fvmstd.fp
proc main
1 @i
0x30 :putchar
while &i 10 u< do
0x30 :putchar
&i 1 u+ @i
endwhile
endproc