-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-incr-compArea: Incremental compilationArea: Incremental compilationC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.WG-compiler-performanceWorking group: Compiler PerformanceWorking group: Compiler Performance
Description
$ git clone https://github.com/servo/webrender/
$ cd wrench
$ cargo build
$ [do some small change to wrench/src/rawtest.rs]
$ cargo build
Compiling wrench v0.3.0 (file:///tmp/webrender/wrench)
Finished dev [unoptimized + debuginfo] target(s) in 5.15 secs
These timings are from linux. It's quite a bit worse on Mac, but a lot of that time probably comes from dsymutil (#47784)
Metadata
Metadata
Assignees
Labels
A-incr-compArea: Incremental compilationArea: Incremental compilationC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.WG-compiler-performanceWorking group: Compiler PerformanceWorking group: Compiler Performance