On Tue, Sep 09, 2008 at 10:35:02AM +0100, Darren J Moffat wrote:
> Nicolas Williams wrote:
> >But it's also important to consider whether the common uses are in MT or
> >single-threaded programs.  Why even bother measuring the cost for
> >single-threaded programs if they are not the target, or if no
> >consequential single-threaded programs exist that might use this
> >library?
> 
> There is not such thing as a non MT program post Solaris 10.  All 
> processes potentially have more than one thread.

I've been pointing this out.  Perhaps the compiler team wishes to argue
that a unified C process model need not imply a unified C++ process
model (I strongly suspect that that's just not really workable, but the
compiler team should know better).

My comment above was about the undesirability of having two process
models for C++ even if that could be made to work with the unified C
process model.

Nico
-- 

Reply via email to