This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: malloc patch for 2.2.4


Wolfram Gloger <Wolfram.Gloger@dent.med.uni-muenchen.de> writes:

|> For full portability, you're correct, no question.  Specific
|> platforms, however, can and do make more stringent atomicity
|> guarantees (all of the ones targeted by ptmalloc have atomic access to
|> pointers, for example), and the compiler should not spoil this by such
|> a useless re-load from memory.

This may be useless at first sight, but may be better from a broader point
of view.  If you disallow it you may get less efficient code.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5


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