Comment by amluto

1 month ago

It could be interesting to try to apply Fil-C techniques to Rust. After all, while safe Rust is fully memory safe and has many other forms of bug-resistance that Fil-C lacks, Fil-C is far safer than unsafe Rust. Maybe one could achieve both.

And there are probably a lot of optimizations available by skipping safety checks in safe Rust where the compiler could prove that the check was already done.