Re: [fpc-devel] Compiler optimization techniques

2023-03-25 Thread Christo Crause via fpc-devel
On Sat, Mar 25, 2023 at 2:36 AM Wayne Sherman via fpc-devel < fpc-devel@lists.freepascal.org> wrote: > Explaining my fast 6502 code generator > "To learn how optimizing compilers are made, I built one targeting the > 6502 architecture. In a bizarre twist, my compiler generates faster > code than G

[fpc-devel] Compiler optimization techniques

2023-03-24 Thread Wayne Sherman via fpc-devel
Explaining my fast 6502 code generator "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..." https://pubby.games/codegen.html