Y
Hacker News
new
|
ask
|
show
|
jobs
by
arjvik
1183 days ago
Did you build that C compiler yourself? Using what compiler? Unless you bootstrapped it from a handwritten assembler, you'll need to consider the attack outlined in Reflections on Trusting Trust
1 comments
intelVISA
1183 days ago
I did but I foolishly relied on GCC before it was self-hosted now I guess I should scrap the whole thing and build by hand.
link
pxc
1183 days ago
There's actually someone out there who has done some impressive work on this, believe it or not!
https://savannah.nongnu.org/projects/stage0/
link