Hacker News new | ask | show | jobs
by Thrir94994i 971 days ago
357 bytes for bootstrap compiler binary is VERY impressive!
2 comments

If I remember correctly, this tiny binary is used to (reproducibly) bootstrap the next binary, which bootstraps the next binary, until eventually GCC can be compiled (and compile other software).
To be fair, it is 357 bytes ... plus a POSIX operating system.

Still, that POSIX operating system bit is also being worked on.

Isn't that what builder-hex0 does?

https://github.com/ironmeld/builder-hex0