[dev-servo] Parallel builds

2013-08-09 Thread Josh Matthews
A brief twitter observation convinced me to dig into our build system effeciency. First off, some numbers from a -j10 build after a `make clean`: origin/master: real3m51.867s user3m41.425s sys 0m10.434s jdm/parbuild [1]: real2m36.697s user4m9.334s sys 0m10.177s With the

Re: [dev-servo] Parallel builds

2013-08-09 Thread Patrick Walton
On 8/9/13 4:00 PM, Josh Matthews wrote: A brief twitter observation convinced me to dig into our build system effeciency. First off, some numbers from a -j10 build after a `make clean`: origin/master: real3m51.867s user3m41.425s sys0m10.434s jdm/parbuild [1]: real2m36.697s user

Re: [dev-servo] Parallel builds

2013-08-09 Thread Josh Matthews
On 08/09/2013 07:08 PM, Patrick Walton wrote: On 8/9/13 4:00 PM, Josh Matthews wrote: A brief twitter observation convinced me to dig into our build system effeciency. First off, some numbers from a -j10 build after a `make clean`: origin/master: real3m51.867s user3m41.425s sys0m10.

[dev-servo] updating Servo to current Rust

2013-08-09 Thread Keegan McAllister
This week I've been working on porting Servo to the current-ish version of Rust. What I have so far is available at https://github.com/kmcallister/servo/tree/rust-upgrade The submodule commits should exist on https://github.com/mozilla-servo (some only in pull requests at the moment). I t

Re: [dev-servo] updating Servo to current Rust

2013-08-09 Thread Brian Anderson
On 08/09/2013 06:11 PM, Keegan McAllister wrote: This week I've been working on porting Servo to the current-ish version of Rust. What I have so far is available at https://github.com/kmcallister/servo/tree/rust-upgrade The submodule commits should exist on https://github.com/mozilla-ser