Re: [dev-servo] Test cases for (incremental) compile times (PSA: disable incremental compilation for now)

2017-10-04 Thread Paul Rouget
On Wed, Oct 4, 2017 at 2:41 PM, Simon Sapin wrote: > On 04/10/2017 13:44, Nicholas Matsakis wrote: >> >> - Configure servo to use "system rust" and to enable incremental > > > By the way, with a few recent patches you can now skip mach entirely and run > `cargo build -p

Re: [dev-servo] Test cases for (incremental) compile times (PSA: disable incremental compilation for now)

2017-10-04 Thread Simon Sapin
On 04/10/2017 13:44, Nicholas Matsakis wrote: - Configure servo to use "system rust" and to enable incremental By the way, with a few recent patches you can now skip mach entirely and run `cargo build -p servo` or `(cd ports/servo && cargo build)`. (The latter allows using -p with some

Re: [dev-servo] Test cases for (incremental) compile times (PSA: disable incremental compilation for now)

2017-10-04 Thread Nicholas Matsakis
On Tue, Oct 3, 2017 at 4:19 PM, Simon Sapin wrote: > On 03/10/2017 21:51, Nicholas Matsakis wrote: >> >> That said, the measurements I just did today still showed big wins >> (~3x), at least for the sample changes that I've been making (adding >> new methods, changing method