public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Nathan Sidwell <nathan@acm.org>
To: Alexander Monakov <amonakov@ispras.ru>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] add support for placing variables in shared memory
Date: Tue, 26 Apr 2016 13:06:00 -0000	[thread overview]
Message-ID: <571F67E6.6010803@acm.org> (raw)
In-Reply-To: <alpine.LNX.2.20.1604251954290.5702@monopod.intra.ispras.ru>

On 04/25/16 13:49, Alexander Monakov wrote:
> On Mon, 25 Apr 2016, Nathan Sidwell wrote:
acceptable?
>
> No, that really doesn't sound viable.  You'd need to somehow take into account
> every instance where the compiler attempts to switch sections internally
> (.text/.data/.bss, -ffunction-sections/-fdata-sections etc.).

Hm, -f{function/data}=sections would be the killer here.


> Ugh.  Checking DECL_INITIAL in nvptx_encode_section_info would be much
> simpler (and that's how other backends perform a similar test).

If that's available, then great.

> Note, rejecting zero-initializers is debatable:
> C and C++ don't have a concept of uninitialized global-scope data; if
> the initializer is missing, it's exactly as if it was 0.  However, GCC has
> -fcommon enabled by default (which, btw, shouldn't we change on NVPTX?), and
> that makes a difference: 'int v = 0;' is a strong definition, while 'int v;'
> becomes a common symbol, and ultimately a weak definition on NVPTX.
>
> So if all-zeros initializers are rejected, to make a strong definition of a
> shared variable one would have to write:

I think we should  reject the cases where the backend gets to see an explicit 
initializer.


fno-common would be a good default for PTX (I had thought it was  already on?)

nathan

  reply	other threads:[~2016-04-26 13:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20 16:58 Alexander Monakov
2016-04-21 14:00 ` Nathan Sidwell
2016-04-21 14:25   ` Alexander Monakov
2016-04-22 13:09     ` Nathan Sidwell
2016-04-22 14:04       ` Alexander Monakov
2016-04-25 14:47         ` Nathan Sidwell
2016-04-25 17:49           ` Alexander Monakov
2016-04-26 13:06             ` Nathan Sidwell [this message]
2016-05-06 17:11 ` [PATCH v2] " Alexander Monakov
2016-05-09 13:39   ` Nathan Sidwell

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=571F67E6.6010803@acm.org \
    --to=nathan@acm.org \
    --cc=amonakov@ispras.ru \
    --cc=gcc-patches@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).