私のswiftly 6502コードジェネレーターの説明
To learn how optimizing compilers are made, I built one targeting the 6502 architecture. In a bizarre twist, my compiler generates faster code than GCC, LLVM, and every other compiler I compared it to. I reckon my compiler isn’t doing more when it comes to high-level optimizations, so the gains must be from the code…