DARPA Aims to Ditch C Code, Move to Rust

DARPA Aims to Ditch C Code, Move to Rust

August 13, 2024 at 08:41AM

DARPA plans to fund a project called TRACTOR, aiming to develop an automated translator to convert old C code to Rust. The initiative seeks to address memory-safety vulnerabilities and reduce the labor and cost of rewriting code. The project aims to create high-quality Rust code and is expected to face significant technical and legal challenges.

Certainly! From the meeting notes, it is clear that the Defense Advanced Research Projects Agency (DARPA) is planning to launch the Translating All C to Rust (TRACTOR) project. The aim of this project is to develop an automated translator capable of converting C code into idiomatic Rust code in order to eliminate memory-safety errors that are a significant source of software vulnerabilities.

The primary motivation behind this project is to address the expensive and labor-intensive nature of rewriting code, particularly for organizations with large legacy codebases. The objective is to create a high degree of automation, hence making it feasible to improve code faster by converting it to Rust.

The demand for memory-safe languages, such as Rust, has been emphasized, with companies like Google and Microsoft demonstrating significant improvements in software vulnerabilities and performance by transitioning to Rust. The language model models (LLMs) will play a critical role in this project, despite the challenges associated with accurate translation due to the limited training data available for Rust.

Furthermore, it is anticipated that the significant challenges involved, including legal and licensing issues related to AI models, source-code translation, and determining the criteria for the quality of the translated Rust code, will need to be addressed throughout the project.

In summary, the TRACTOR project is a complex and ambitious initiative that aims to revolutionize code rewriting by leveraging automated translation from C to Rust. The success of this project will entail overcoming substantial technological and legal challenges.

Full Article