public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] arm: Switch to -mno-unaligned-access when supported by the compiler
Date: Mon, 10 Feb 2014 11:24:03 -0500	[thread overview]
Message-ID: <20140210162403.GV7049@bill-the-cat> (raw)
In-Reply-To: <20140210171224.477e2906@lilith>

On Mon, Feb 10, 2014 at 05:12:24PM +0100, Albert ARIBAUD wrote:
> Hi M?ns,
> 
> On Mon, 10 Feb 2014 15:14:49 +0000, M?ns Rullg?rd <mans@mansr.com>
> wrote:
> 
> > Albert ARIBAUD <albert.u.boot@aribaud.net> writes:
> > 
> > > Hi Tom,
> > >
> > > On Mon, 10 Feb 2014 08:21:39 -0500, Tom Rini <trini@ti.com> wrote:
> > >
> > >> On Mon, Feb 10, 2014 at 10:24:47AM +0100, Albert ARIBAUD wrote:
> > >> > Hi Tom,
> > >> > 
> > >> > On Tue,  4 Feb 2014 12:05:33 -0500, Tom Rini <trini@ti.com> wrote:
> > >> > 
> > >> > > When we tell the compiler to optimize for ARMv7 it assumes a default of
> > >> > > unaligned accesses being supported at the hardware level and can make
> > >> > > use of this to perform what it deems as an optimization in any case,
> > >> > > including allowing for data to become unaligned.  We explicitly disallow
> > >> > > this hardware feature so we must tell the compiler.
> > >> > > 
> > >> > > Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
> > >> > > Cc: Mans Rullgard <mans@mansr.com>
> > >> > > Signed-off-by: Tom Rini <trini@ti.com>
> > >> > 
> > >> > NAK -- the discrepancy between the compiler being told to allow native
> > >> > unaligned accesses while at the same time telling the hardware to trap
> > >> > them is conscious and voluntary. It was chosen to help detect unaligned
> > >> > accesses which are rarely necessary and can be explicitly performed by
> > >> > software on a case by case basis.
> > >> > 
> > >> > If and when a specific file requires unaligned access which cannot be
> > >> > made by some other mean than enabling -mno-unaligned-access, then this
> > >> > file should have it added, not the whole of U-Boot.
> > >> 
> > >> Right, I recall the discussion, and we chose wrong.
> > >
> > > I am quite prepared to discuss whether we chose wrong or right, and
> > > to change my mind when the conditions are right, but I'll need more than
> > > such a short and simple statement. :)
> > 
> > I already gave you a detailed explanation some months ago.  You refused
> > to read it.
> 
> I can hardly have "refused to read" a message which I *answered*, laid
> out how I thought the issue should be solved... and got no answer after
> this.
> 
> Now, are we going to discuss the technical issue or is this going to go
> debian-TC -- which I wouldn't see the point of.

Well, here's the point that I haven't seen an answer to.  If we tell the
compiler "you may choose to use unaligned accesses as an optimization,
we support this", the compiler says "OK, I shall do that", and then we
fail at run time because we don't actually allow the unaligned access,
how is this not a problem on our end for the first part of the equation,
keeping in mind that the real world is poorly designed and when we write
code to this reality the compiler does the correct thing in all cases
(or it's a compiler bug).

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140210/7637acb5/attachment.pgp>

  parent reply	other threads:[~2014-02-10 16:24 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-04 17:05 [U-Boot] [PATCH v2] arm: Switch to -mno-unaligned-access when supported by the compiler Tom Rini
2014-02-04 17:35 ` Måns Rullgård
2014-02-10  9:24 ` Albert ARIBAUD
2014-02-10 13:21   ` Tom Rini
2014-02-10 14:57     ` Albert ARIBAUD
2014-02-10 15:14       ` Måns Rullgård
2014-02-10 15:40         ` Måns Rullgård
2014-02-10 16:12         ` Albert ARIBAUD
2014-02-10 16:21           ` Måns Rullgård
2014-02-10 16:24           ` Tom Rini [this message]
2014-02-10 17:26             ` Albert ARIBAUD
2014-02-10 18:54               ` Wolfgang Denk
2014-02-10 21:26               ` Tom Rini
2014-02-10 22:17                 ` Wolfgang Denk
2014-02-10 22:28                   ` Tom Rini
2014-02-11  8:19                     ` Wolfgang Denk
2014-02-11 12:37                       ` Måns Rullgård
2014-02-11 14:43                         ` Wolfgang Denk
2014-02-11 15:33                           ` Måns Rullgård
2014-02-11 16:37                             ` Albert ARIBAUD
2014-02-11 16:44                               ` Måns Rullgård
2014-02-11 17:11                                 ` Albert ARIBAUD
2014-02-11 17:21                                   ` Albert ARIBAUD
2014-02-12 14:35                               ` Tom Rini
2014-02-12 16:19                                 ` Albert ARIBAUD
2014-02-17 15:45                                   ` Tom Rini
2014-02-17 15:55                                     ` Albert ARIBAUD
2014-02-11 18:18                             ` Wolfgang Denk
2014-02-11 18:21                               ` Måns Rullgård
2014-02-11  8:44                     ` Albert ARIBAUD
2014-02-12 14:25                       ` Tom Rini
2014-02-12 15:51                         ` Wolfgang Denk
2014-02-10 15:21       ` Tom Rini

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=20140210162403.GV7049@bill-the-cat \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /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