Join Nostr
2025-07-27 17:09:02 UTC

mei on Nostr: cursedcc, the C compiler I'm writing in bash, now supports static functions and ...

cursedcc, the C compiler I'm writing in bash, now supports static functions and globals.

did you know that ELF has a special rule where all the STB_LOCAL symbols must reside in the symbol table before all the other symbols? there's even a special field for "index of first non-local symbol"...

I guess it makes linkers slightly faster?