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:
parent
f738034ce4
commit
ca1ee83377
24 changed files with 1018 additions and 176 deletions
14
flagpole/irtests/varmover.fp
Normal file
14
flagpole/irtests/varmover.fp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
$inc fvmstd.fp
|
||||
|
||||
proc main
|
||||
2 @a
|
||||
4 @b
|
||||
3 @a
|
||||
8 @c
|
||||
&b @a
|
||||
&c @a
|
||||
|
||||
&a 0x30 u+ :putchar
|
||||
&b 0x30 u+ :putchar
|
||||
&c 0x30 u+ :putchar
|
||||
endproc
|
||||
Loading…
Add table
Add a link
Reference in a new issue