This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: threadsafeness at egcs1.0.3 and 1.1


n.lee@math.auckland.ac.nz (Nicholas Lee) writes:

> His basic comment is that function statics have value in that they nail
> down the point of initialisation a some function call time.  

I don't know whether I understand this sentence.  But it seems this is
exactly what we are talking about.  We have to initialize the function
static, but how is the question.  It's no problem in single-threaded
programs, we are talking about multi-threaded programs.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]