top | item 46929705 (no title) smaudet | 22 days ago An article over, these claims are exaggerated - they have dumped the tinycc compiler, not written one from scratch. discuss order hn newest dboreham|22 days ago I don't think tinycc can compile the Linux kernel into a bootable image. Calavar|22 days ago It could once upon a time: https://www.bellard.org/tcc/tccboot.htmlIt can't do that today though. Linux uses C11 features and also many GCC extensions that tcc doesn't implement. simonw|22 days ago tinycc wasn't written in Rust.
dboreham|22 days ago I don't think tinycc can compile the Linux kernel into a bootable image. Calavar|22 days ago It could once upon a time: https://www.bellard.org/tcc/tccboot.htmlIt can't do that today though. Linux uses C11 features and also many GCC extensions that tcc doesn't implement.
Calavar|22 days ago It could once upon a time: https://www.bellard.org/tcc/tccboot.htmlIt can't do that today though. Linux uses C11 features and also many GCC extensions that tcc doesn't implement.
dboreham|22 days ago
Calavar|22 days ago
It can't do that today though. Linux uses C11 features and also many GCC extensions that tcc doesn't implement.
simonw|22 days ago