lynn / chibicc

A small C compiler… for uxn
MIT License
115 stars 4 forks source link

Optimizations suggestions #26

Closed neauoire closed 1 year ago

neauoire commented 1 year ago

I love looking at the resulting tal code from my little C programs, I've been trying to compile a 6502 assembler for uxn. When writing uxntal I have this tool called uxnli that does simple graph reduction and finds little optimizations, it found a couple of things, here's a few highlights:

Keep up the good work! xneko really made my day.