Re: [dev-servo] Incremental compilation is very slow

2019-03-31 Thread Yu Feng
I restarted my machine to free the memory and now it took 8 mins to recompile the code. Any faster way to debug the layout crate? On Sun, Mar 31, 2019 at 12:04 AM Yu Feng wrote: > Hi Josh, > > I am modifying the layout crate: > https://github.com/servo/servo/tree/master/compo

Re: [dev-servo] Incremental compilation is very slow

2019-03-31 Thread Yu Feng
than 8GB of RAM, unfortunately. I do not know of a way > around this. Which crates are you modifying before building? > > Cheers, > Josh > > On 3/28/19 7:24 PM, Yu Feng wrote: > > Hi, > > > > I am working on a project that requires hacking into servo's layou

Re: [dev-servo] Incremental compilation is very slow

2019-03-30 Thread Yu Feng
than 8GB of RAM, unfortunately. I do not know of a way > around this. Which crates are you modifying before building? > > Cheers, > Josh > > On 3/28/19 7:24 PM, Yu Feng wrote: > > Hi, > > > > I am working on a project that requires hacking into servo's layou

[dev-servo] Incremental compilation is very slow

2019-03-28 Thread Yu Feng
Hi, I am working on a project that requires hacking into servo's layout engine and recompiling the code frequently. However, every time I make a change on the code, it takes > 1 hour to recompile: D-10-18-221-69:servo yufeng$ ./mach build --dev Compiling servo v0.0.1 (/Users/yufeng/research/