From: David Woodhouse <dwmw2@infradead.org>
To: James Bottomley <James.Bottomley@HansenPartnership.com>,
Christian Borntraeger <borntraeger@de.ibm.com>,
David Howells <dhowells@redhat.com>,
ksummit-discuss@lists.linuxfoundation.org
Subject: Re: [Ksummit-discuss] [TECH TOPIC] Compiler shopping list
Date: Fri, 22 Jul 2016 18:33:05 +0100 [thread overview]
Message-ID: <1469208785.120686.215.camel@infradead.org> (raw)
In-Reply-To: <1469207858.2382.42.camel@HansenPartnership.com>
[-- Attachment #1: Type: text/plain, Size: 2329 bytes --]
On Fri, 2016-07-22 at 10:17 -0700, James Bottomley wrote:
> On Fri, 2016-07-22 at 19:05 +0200, Christian Borntraeger wrote:
> > On 07/22/2016 05:59 PM, David Woodhouse wrote:
> > > On Fri, 2016-07-22 at 17:52 +0200, Christian Borntraeger wrote:
> > > > On 07/22/2016 12:41 PM, David Howells wrote:
> > > > > Are there additional things we can get the compiler to do for
> > > > > us? Some things I've seen brought up:
> > > > >
> > > > > (1) Additional __atomic_*() ops could be useful. Suggestions
> > > > > I've heard include direct LL/SC support - though the
> > > > > compiler people don't seem so keen on that.
> > > > >
> > > > > (2) -mmodel=kernel flag so that the compiler can optimise
> > > > > better for the kernel memory model.
> > > >
> > > > Some years ago (actually many) Linus proposed to have an
> > > > endianess attribute to data types, so that the compiler can do
> > > > the bswap automatically. For some reason this was never
> > > > implemented, but this might be a good idea anyway.
> > > >
> > > > e.g.
> > > >
> > > > unsigned long x[10] __attribute__(("bigendian"));
> > >
> > > I'm not sure Linus proposed that. I certainly did, many times.
> >
> > Yes, I know at least 3 people suggesting that and thinking this is
> > useful ( Can you beat Linus' 2001
> > https://gcc.gnu.org/ml/gcc/2001-12/msg00932.html? ;-) )
>
> The fact that it's been discussed on and off for 15 years tends to
> suggest that where we've ended up is about good enough for everyday and
> no-one can really be bothered to take the extra effort.
>
> So what's the overriding reason we should spend the extra effort now?
I don't think there's much more to be gained than what I've already
done. We *have* the compiler visibility into endianness changes, so it
can optimise them correctly.
What we *don't* have is the ease of programming, where we can happily
*forget* that certain storage is of a specific endianness, do a direct
assignment and let the compiler sort it out for us. But that's not
actually much use until we can depend on *everyone* having a compiler
that supports that. And we have the sparse attributes to catch mistakes
where we *forget* the explicit handling anyway, so I don't think
there's really much more to be gained.
--
dwmw2
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 5760 bytes --]
next prev parent reply other threads:[~2016-07-22 17:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-22 10:41 David Howells
2016-07-22 15:52 ` Christian Borntraeger
2016-07-22 15:59 ` David Woodhouse
2016-07-22 17:05 ` Christian Borntraeger
2016-07-22 17:17 ` James Bottomley
2016-07-22 17:33 ` David Woodhouse [this message]
2016-07-29 1:16 ` Steven Rostedt
2016-07-23 20:35 ` Benjamin Herrenschmidt
2016-07-23 23:09 ` Alexei Starovoitov
2016-07-25 18:49 ` Luis R. Rodriguez
2016-07-29 1:32 ` Steven Rostedt
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=1469208785.120686.215.camel@infradead.org \
--to=dwmw2@infradead.org \
--cc=James.Bottomley@HansenPartnership.com \
--cc=borntraeger@de.ibm.com \
--cc=dhowells@redhat.com \
--cc=ksummit-discuss@lists.linuxfoundation.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