|
|
Log in / Subscribe / Register

Rust and GCC, two different ways

Rust and GCC, two different ways

Posted Oct 10, 2021 8:03 UTC (Sun) by ms_43 (subscriber, #99293)
In reply to: Rust and GCC, two different ways by robert_s
Parent article: Rust and GCC, two different ways

Given that all FLOSS C++ compilers are implemented in C++ these days, there is less improvement in the bonkitude of the bootstrapping process to be had than one might naively assume.


to post comments

Rust and GCC, two different ways

Posted Oct 11, 2021 16:33 UTC (Mon) by ssokolow (guest, #94568) [Link]

Generally, people are concerned about Trusting Trust attacks by that point, and resort to Diverse Double Compilation to provide a trustworthy starting point.

Rust and GCC, two different ways

Posted Oct 20, 2021 3:41 UTC (Wed) by pabs (subscriber, #43278) [Link]

The Bootstrappable Builds folks are working on a full bootstrap from a small number of bytes of bare metal machine code all the way up to a full Linux distro. They've already achieved quite a bit of that path.

https://bootstrappable.org/
https://github.com/fosslinux/live-bootstrap/blob/master/p...
https://github.com/oriansj/talk-notes/blob/master/live-bo...


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds