On Wed, Jul 21, 2010 at 3:14 PM, Bradley Nelson <bradnel...@google.com> wrote: > Which msvs and os? > It should turn on by default for 2008, I forget why its off for 2005, > potentially incorrect build if I recall.
I remember some ancient thread titled "/MP" on chrome-team where several people claimed they use this without issues.
Yeah, 2005 would do it. (somebody, maybe it was finnur, had found a bug in the version detection logic on win7, which is why I asked about the os).
If I recall /MP fails like 5% of the time or something, which is mainly a problem for the bots. I suppose we could gate it just on running on the bots? My sense is a good fraction of the team has switched to 2008, but I'm not sure what %.
On Wed, Jul 21, 2010 at 3:15 PM, Nico Weber <tha...@chromium.org> wrote: > On Wed, Jul 21, 2010 at 3:14 PM, Bradley Nelson <bradnel...@google.com> > wrote: > > Which msvs and os?
> 2005 and win7.
> > It should turn on by default for 2008, I forget why its off for 2005, > > potentially incorrect build if I recall. > > -BradN
> > On Wed, Jul 21, 2010 at 3:10 PM, Nico Weber <tha...@chromium.org> wrote:
> >> Hi,
> >> I discovered today that my z600 needs 40 minutes for a clean build, > >> which seems way to long. I searched a bit and found that I have to put
> Yeah, 2005 would do it. > (somebody, maybe it was finnur, had found a bug in the version detection > logic on win7, which is why I asked about the os).
> If I recall /MP fails like 5% of the time or something, which is mainly a > problem for the bots. > I suppose we could gate it just on running on the bots? > My sense is a good fraction of the team has switched to 2008, but I'm not > sure what %.
> -BradN
> On Wed, Jul 21, 2010 at 3:15 PM, Nico Weber <tha...@chromium.org> wrote:
>> On Wed, Jul 21, 2010 at 3:14 PM, Bradley Nelson <bradnel...@google.com> >> wrote: >> > Which msvs and os?
>> 2005 and win7.
>> > It should turn on by default for 2008, I forget why its off for 2005, >> > potentially incorrect build if I recall. >> > -BradN
>> > On Wed, Jul 21, 2010 at 3:10 PM, Nico Weber <tha...@chromium.org> >> wrote:
>> >> Hi,
>> >> I discovered today that my z600 needs 40 minutes for a clean build, >> >> which seems way to long. I searched a bit and found that I have to put
You're talking about a Release build, right? I can also do a Release build of just Chrome in about 13 minutes. I haven't timed a Debug build in a while, but I think it takes over 30 minutes, does that sound right?
On Wed, Jul 21, 2010 at 3:39 PM, Dominic Mazzoni <dmazz...@chromium.org> wrote: > You're talking about a Release build, right? I can also do a Release build > of just Chrome in about 13 minutes. I haven't timed a Debug build in a > while, but I think it takes over 30 minutes, does that sound right? > - Dominic
> On Wed, Jul 21, 2010 at 3:10 PM, Nico Weber <tha...@chromium.org> wrote:
>> Hi,
>> I discovered today that my z600 needs 40 minutes for a clean build, >> which seems way to long. I searched a bit and found that I have to put
On Wed, Jul 21, 2010 at 3:41 PM, Nico Weber <tha...@chromium.org> wrote: > No, I'm talking about a debug build.
> On Wed, Jul 21, 2010 at 3:39 PM, Dominic Mazzoni <dmazz...@chromium.org> > wrote: > > You're talking about a Release build, right? I can also do a Release > build > > of just Chrome in about 13 minutes. I haven't timed a Debug build in a > > while, but I think it takes over 30 minutes, does that sound right? > > - Dominic
> > On Wed, Jul 21, 2010 at 3:10 PM, Nico Weber <tha...@chromium.org> wrote:
> >> Hi,
> >> I discovered today that my z600 needs 40 minutes for a clean build, > >> which seems way to long. I searched a bit and found that I have to put
> Wow! I'm using VS 2008 on Vista on a Z600. What am I doing wrong?
> - Dominic
> On Wed, Jul 21, 2010 at 3:41 PM, Nico Weber <tha...@chromium.org> wrote:
>> No, I'm talking about a debug build.
>> On Wed, Jul 21, 2010 at 3:39 PM, Dominic Mazzoni <dmazz...@chromium.org> >> wrote: >> > You're talking about a Release build, right? I can also do a Release >> build >> > of just Chrome in about 13 minutes. I haven't timed a Debug build in a >> > while, but I think it takes over 30 minutes, does that sound right? >> > - Dominic
>> > On Wed, Jul 21, 2010 at 3:10 PM, Nico Weber <tha...@chromium.org> >> wrote:
>> >> Hi,
>> >> I discovered today that my z600 needs 40 minutes for a clean build, >> >> which seems way to long. I searched a bit and found that I have to put
> You're talking about a Release build, right? I can also do a Release build > of just Chrome in about 13 minutes. I haven't timed a Debug build in a > while, but I think it takes over 30 minutes, does that sound right?
> - Dominic
> On Wed, Jul 21, 2010 at 3:10 PM, Nico Weber <tha...@chromium.org> wrote:
>> Hi,
>> I discovered today that my z600 needs 40 minutes for a clean build, >> which seems way to long. I searched a bit and found that I have to put
On Wed, Jul 21, 2010 at 4:37 PM, Antony Sargent <asarg...@chromium.org>wrote:
> Did you turn on hyperthreading in your BIOS? (You should see 16 cores > instead of 8 in the task manager). Also, do you have 12GB of ram?
Yes and yes.
How long should a release build take?
I added my chromium source directory to the exclude list for Sophos. Any other software that might be slowing it down? I don't use Windows other than for Chrome development, so I might be missing something stupid.
> On Wed, Jul 21, 2010 at 3:39 PM, Dominic Mazzoni <dmazz...@chromium.org>wrote:
>> You're talking about a Release build, right? I can also do a Release build >> of just Chrome in about 13 minutes. I haven't timed a Debug build in a >> while, but I think it takes over 30 minutes, does that sound right?
>> - Dominic
>> On Wed, Jul 21, 2010 at 3:10 PM, Nico Weber <tha...@chromium.org> wrote:
>>> Hi,
>>> I discovered today that my z600 needs 40 minutes for a clean build, >>> which seems way to long. I searched a bit and found that I have to put
> I added my chromium source directory to the exclude list for Sophos. Any > other software that might be slowing it down? I don't use Windows other than > for Chrome development, so I might be missing something stupid.
I usually compile in Debug mode, so I'm not sure about Release mode. I just timed a clean Debug build of chrome.exe and it took about 15 minutes on my system (while I had a few other programs running at the same time).
I've had that flag turned on for all my vista+2005+z600 builds ever and only had corruption maybe 3-4 times total. (Out of probably 1000's of builds?) It's hard to say whether that's worth it or not.
Btw, has anyone recently looked to see if 2005 (with the flag on) is still faster than 2008? You need 2005 to compile WebKit's safari DLL, but I haven't migrated to 2008 yet because last I saw 2005 was 10% faster.
J
On Thu, Jul 22, 2010 at 9:48 PM, Antony Sargent <asarg...@chromium.org>wrote:
>> I added my chromium source directory to the exclude list for Sophos. Any >> other software that might be slowing it down? I don't use Windows other than >> for Chrome development, so I might be missing something stupid.
> I usually compile in Debug mode, so I'm not sure about Release mode. I just > timed a clean Debug build of chrome.exe and it took about 15 minutes on my > system (while I had a few other programs running at the same time).