Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It is. It works and compiles relatively non-trivial programs correctly (I tried a PDP-8 emulator and a printf library) with surprising optimisations in spots. On -O3 it turned a print loop over a string array with a mask applied to each character, into applying the mask to the constant at compile-time with a sequence of unrolled LDA#/JSR. Very impressive.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: