Remix.run Logo
michalpleban 2 hours ago

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

asiekierka an hour ago | parent [-]

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.

michalpleban an hour ago | parent [-]

Thank you, that's really helpful.