On 8/30/06, Benjamin Kosnik <[EMAIL PROTECTED]> wrote:
> bits/atomicity.h has volatile qualifiers on the _Atomic_word* arguments to
> the __*_single and __*_dispatch variants of the atomic operations. This
> huts especially the single-threaded optimization variants which are usually
> inlined.
> bits/atomicity.h has volatile qualifiers on the _Atomic_word* arguments to
> the __*_single and __*_dispatch variants of the atomic operations. This
> huts especially the single-threaded optimization variants which are usually
> inlined. Removing those qualifiers allows to reduce code size sig
On 8/13/06, Paolo Carlini <[EMAIL PROTECTED]> wrote:
Richard Guenther wrote:
> bits/atomicity.h has volatile qualifiers on the _Atomic_word*
> arguments to
> the __*_single and __*_dispatch variants of the atomic operations. This
> huts especially the single-threaded optimization variants which
Richard Guenther wrote:
bits/atomicity.h has volatile qualifiers on the _Atomic_word*
arguments to
the __*_single and __*_dispatch variants of the atomic operations. This
huts especially the single-threaded optimization variants which are
usually
inlined. Removing those qualifiers allows to
bits/atomicity.h has volatile qualifiers on the _Atomic_word* arguments to
the __*_single and __*_dispatch variants of the atomic operations. This
huts especially the single-threaded optimization variants which are usually
inlined. Removing those qualifiers allows to reduce code size significant