aboutsummaryrefslogtreecommitdiff
path: root/src/vec.c
AgeCommit message (Collapse)Author
2024-04-03make regalloc work with ssa formKimplul
+ Still not ideal register allocator, but can be improved with some heuristics and potentially completely replaced in the future if so desired with graph coloring or something.
2024-02-24initial commitKimplul
+ Now to do the actual hard parts, heh