public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bin.x.fan at oracle dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/65033] C++11 atomics: is_lock_free result does not always match the real lock-free property
Date: Thu, 12 Feb 2015 18:43:00 -0000	[thread overview]
Message-ID: <bug-65033-4-HCbhlLxPGa@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-65033-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65033

--- Comment #5 from Bin Fan <bin.x.fan at oracle dot com> ---
(In reply to Jason Merrill from comment #3)
> (In reply to Bin Fan from comment #0)
> > 2. g++ tries to make lock-free property per-type, but the libatomic.so
> > implementation does not match.
> 
> This.  We always pass a null pointer to libatomic and do not pass any
> information about the alignment of the type.  rth suggested that we might
> try passing a fake, minimally-aligned pointer instead of null as a way of
> communicating the alignment without adding a new entry point.

So after the fix, atomic_is_lock_free will always return 0 for size=3,align=1
atomic struct objects?

I understand currently libatomic tries to make an atomic object lock-free if
its memory location fit in a certain sized window. So for atomic operations
such as atomic_store where the actual address is passed in, the operation can
be still either lock-free or locked, right? I'm wondering if it's standard
conforming since the lock-free property is still per-object, or it can be seen
as an optimization, i.e. atomic_is_lock_free query for the object returns 0,
but atomic operations on the object could be lock-free.


  parent reply	other threads:[~2015-02-12 18:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-12  6:02 [Bug libstdc++/65033] New: " bin.x.fan at oracle dot com
2015-02-12  7:12 ` [Bug libstdc++/65033] " pinskia at gcc dot gnu.org
2015-02-12  8:49 ` redi at gcc dot gnu.org
2015-02-12 17:16 ` jason at gcc dot gnu.org
2015-02-12 17:47 ` rth at gcc dot gnu.org
2015-02-12 18:43 ` bin.x.fan at oracle dot com [this message]
2015-02-12 19:30 ` rth at gcc dot gnu.org
2015-03-26 18:47 ` rth at gcc dot gnu.org
2015-03-26 18:51 ` rth at gcc dot gnu.org
2015-07-16 15:51 ` bin.x.fan at oracle dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-65033-4-HCbhlLxPGa@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).