-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Closed
Copy link
Labels
A-incr-compArea: Incremental compilationArea: Incremental compilationWG-compiler-performanceWorking group: Compiler PerformanceWorking group: Compiler PerformanceWG-incr-compWorking group: Incremental compilationWorking group: Incremental compilation
Description
I am running rm build/*/stage* -rf && ./x.py build src/libstd
in two different situations: With incremental = true
and with incremental = false
. All the other settings in config.toml
are commented out. This is using 1731f0a.
With incremental = false
, the build step "Building stage1 std artifacts" takes 46s.
With incremental = true
, the same step takes 4m 46s.
These are compiled using the stage0 compiler artifacts -- seems like those become way slower when incremental build is enabled?
(I am currently doing this experiment again just to be sure.)
scottmcm
Metadata
Metadata
Assignees
Labels
A-incr-compArea: Incremental compilationArea: Incremental compilationWG-compiler-performanceWorking group: Compiler PerformanceWorking group: Compiler PerformanceWG-incr-compWorking group: Incremental compilationWorking group: Incremental compilation