Paolo Carlini - Re: Call for compiler help/advice: atomic builtins for v3 (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing 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] |
| Other format: | [Raw text] |
- From: Paolo Carlini
- To: Richard Guenther
- Cc: Richard Henderson , gcc at gcc dot gnu dot org,libstdc++ at gcc dot gnu dot org, Ian Lance Taylor
- Date: Mon, 07 Nov 2005 11:41:33 +0100
- Subject: Re: Call for compiler help/advice: atomic builtins for v3
- References: <436DDC36.8070308@suse.de> <20051106185151.GA31605@redhat.com> <20051106233726.GA32225@redhat.com> <436EBFDA.5040704@suse.de> <84fc9c000511070003w293357d1o8b821442b308fe95@mail.gmail.com> <436F27A5.4030503@suse.de> <84fc9c000511070224k1ec52e4od430198796ccbe3e@mail.gmail.com> <436F2C7B.9050101@suse.de> <84fc9c000511070240o42594333i600f71f3ea7b1422@mail.gmail.com>
Richard Guenther wrote:
You are screwed, because if you pass a std::vector (assuming it needs locking) to kdelibs to mungle with and in a separate thread mungle with it in the -march=i686 application you're using two different types of locking which surely won't play well with each other. A smart libgcc cannot fix any inlined locking primitives.
locking is not inlined.
Paolo.
- Follow-Ups:
- Re: Call for compiler help/advice: atomic builtins for v3
* From: Paolo Carlini
- Re: Call for compiler help/advice: atomic builtins for v3
- References:
- Call for compiler help/advice: atomic builtins for v3
* From: Paolo Carlini - Re: Call for compiler help/advice: atomic builtins for v3
* From: Richard Henderson - Re: Call for compiler help/advice: atomic builtins for v3
* From: Richard Henderson - Re: Call for compiler help/advice: atomic builtins for v3
* From: Paolo Carlini - Re: Call for compiler help/advice: atomic builtins for v3
* From: Richard Guenther - Re: Call for compiler help/advice: atomic builtins for v3
* From: Paolo Carlini - Re: Call for compiler help/advice: atomic builtins for v3
* From: Richard Guenther - Re: Call for compiler help/advice: atomic builtins for v3
* From: Paolo Carlini - Re: Call for compiler help/advice: atomic builtins for v3
* From: Richard Guenther
- Call for compiler help/advice: atomic builtins for v3
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |