Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2006-05-18 21:45:21


Subject: Topics

Topics:
   Re: Overzealous SFINAE
   RE: Overzealous SFINAE

Date: Thu, 18 May 2006 16:11:40 -0400
From: David Abrahams <dave_at_[hidden]>
To: "Jason Shirk" <jasonsh_at_[hidden]>
Subject: Re: Overzealous SFINAE
Message-ID: <uzmhfay9v.fsf_at_[hidden]>
References: <49BCC85392279543913DD4F06C67FDC1010D0E41_at_RED-MSG-70.redmond.corp.microsoft.c>
MIME-Version: 1.0

"Jason Shirk" <jasonsh_at_[hidden]> writes:

> I see, thanks.
>
> BTW, you should remove /Zm800 from your build scripts. After VC7.1,
> most projects don't need that option at all, and for the rare few that
> do, /Zm200 is usually sufficient.

So, does /Zm800 hurt?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Date: Thu, 18 May 2006 13:17:45 -0700
From: "Jason Shirk" <jasonsh_at_[hidden]>
To: "David Abrahams" <dave_at_[hidden]>
Subject: RE: Overzealous SFINAE
Message-ID: <49BCC85392279543913DD4F06C67FDC1010D0EA4_at_RED-MSG-70.redmond.corp.microsoft.c>
MIME-Version: 1.0

From: David Abrahams [mailto:dave_at_[hidden]]

> So, does /Zm800 hurt?

Yes, it can. We reserve address space based on that value, and that
means we can reserve much more than we need (in this case, on a 32 bit
machine, we'd reserve an extra 350 MB of memory.)

Sometimes this switch causes odd problems with a pch. It could also
hurt throughput.


-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk