Closed
Description
I'm curious whether it would make sense for incremental = true
to be the default for rustbuild in the absence of another setting.
Per @eddyb on IRC:
07:53 <eddyb> it used to be bad for a bit until a few months ago (that is, it would produce a very slow compiler) but nowadays we should just turn it on by default lol
07:53 <eddyb> (feel free to open an issue about it)
07:53 <eddyb> it would need to not be turned on for {stable,beta,nightly} builds (as opposed to regular dev builds), but idk how that's handled (I assume it's still possible to make that distinction)
Searching around for incremental-related compiler perf issues it does seem to me that most of them are closed.