public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Pandu Poluan <pandu@poluan.info>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] New computer and Gentoo
Date: Thu, 21 Jul 2011 16:52:53 +0700	[thread overview]
Message-ID: <CAA2qdGW5SRMvoQ8t3TyBzVsgX7EyMAXy9hEtrZXS+1uw6p0PhA@mail.gmail.com> (raw)
In-Reply-To: <4E27EF91.4060408@binarywings.net>

On Thu, Jul 21, 2011 at 16:21, Florian Philipp <lists@binarywings.net> wrote:
>
> Am 21.07.2011 10:57, schrieb Pandu Poluan:
> > -original message-
> > Subject: Re: [gentoo-user] New computer and Gentoo
> > From: Bill Kenworthy <billk@iinet.net.au>
> > Date: 2011-07-21 12:54
> >
> >> On Thu, 2011-07-21 at 06:26 +0100, Mick wrote:
> [...]
> >> Ive just stumbled on something weird with march=native:
> >>
> >> At some point I had march=prescott on a core2 E4600 running 32bit -
> >> worked well.  Changed to march=native and did some upgrades with a few
> >> odd things like asterisk segfaulting in a glibc library afterwards, and
> >> some things not building.  Then to add confusion, I changed to an
> >> pentium Duo E6600 (flies!) and added another stick of ram.  More odd
> >> things happening such as reiserfs oopsing on shutdown.
> >>
> >> Last night the penny dropped and I looked the new processor up and
> >> changed to march=core2 and have mostly corrected (recompiled) the
> >> damage.
> >>
> >> So not sure about march=native now as it is only what was built with
> >> native thats been problematic.  With 20-20 hindsight it was perhaps
> >> predictable ...
> >
> > IMO you're not supposed to compile part of the system with -march=<something>
> > and the rest with -march=native. The instructions (and optimizations)
> > emitted by -march=native might not be compatible with your previous
> > -march.
>
> I'd like to see a reference for this claim. -march=native doesn't do
> more than set -march=core2 and some other optimizations for cache size
> etc. This should be no more troublesome than mixing code compiled with
> different specific -march settings. When you look at binary
> distributions (and especially precompiled packages from the developer
> instead of the distribution), this is pretty much normal.
>
> The compiler is not allowed to change the external interfaces of
> functions for optimization purposes (see [1]). Besides this, I can only
> think of alignment problems ([2]) but even this should be handled
> correctly by the compiler. Everything else is a compiler bug that should
> be reported.
>
> [1] http://en.wikipedia.org/wiki/Calling_convention
> [2] http://en.wikipedia.org/wiki/Data_alignment
>

Hmmm... You do have a point. So, gcc's "-march" option *should*
maintain ABI compatibility.

There *are* other switches that can impact compatibility [1]. What I
can't be sure of, whether the "-march" option (improperly) activates
one or more of those switches when set to "-march=native"

[1] http://gcc.gnu.org/onlinedocs/gcc/i386-and-x86_002d64-Options.html

Rgds,
--
Pandu E Poluan
~ IT Optimizer ~

Blog : http://pepoluan.tumblr.com • Linked-In :
http://id.linkedin.com/in/pepoluan



  reply	other threads:[~2011-07-21  9:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-21  8:57 [gentoo-user] New computer and Gentoo Pandu Poluan
2011-07-21  9:21 ` Florian Philipp
2011-07-21  9:52   ` Pandu Poluan [this message]
2011-07-21  9:56   ` Florian Philipp
2011-07-21 13:10   ` William Kenworthy
2011-07-21 14:05     ` Florian Philipp
2011-07-23 13:40       ` Stroller
  -- strict thread matches above, loose matches on Subject: below --
2011-07-21  2:23 CJoeB
2011-07-21  2:29 ` Adam Carter
2011-07-21  5:26   ` Mick
2011-07-21  5:54     ` Bill Kenworthy

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=CAA2qdGW5SRMvoQ8t3TyBzVsgX7EyMAXy9hEtrZXS+1uw6p0PhA@mail.gmail.com \
    --to=pandu@poluan.info \
    --cc=gentoo-user@lists.gentoo.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