|
|
Log in / Subscribe / Register

C++ incremental compilation vs Rust’s

C++ incremental compilation vs Rust’s

Posted Oct 29, 2024 11:54 UTC (Tue) by mmechri (subscriber, #95694)
Parent article: The performance of the Rust compiler

> Rust's incremental compilation could also use some improvement, Li said. C++ does a better job there, because Rust's lexing, parsing, and macro expansion are not yet incremental.

I didn’t understand the comparison with C++. What is it that C++ does better than Rust when it comes to incremental compilation?


to post comments


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