logoalt Hacker News

michalplebantoday at 7:02 PM1 replyview on HN

How does it compare to cc65 with regard to code size and speed?


Replies

asiekierkatoday at 7:54 PM

Here's a benchmark of all modern 6502 C compilers: https://thred.github.io/c-bench-64/ - do note that binary sizes also include the size of the standard libraries, which means it is not a full picture of the code generation density of the compilers themselves.

show 1 reply