All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@alien8.de>
To: Dave Jones <davej@redhat.com>, Kirill Smelkov <kirr@mns.spb.ru>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Tell the world we gave up on pushing CC_OPTIMIZE_FOR_SIZE
Date: Thu, 17 Jan 2013 09:58:51 +0100	[thread overview]
Message-ID: <20130117085851.GC30700@pd.tnic> (raw)
In-Reply-To: <20121124001040.GA29164@redhat.com>

On Fri, Nov 23, 2012 at 07:10:40PM -0500, Dave Jones wrote:
> FWIW, we gave up using this in Fedora quite a few releases back
> because we kept finding workloads that it truly sucked on. For code
> that is quite bloaty and not particularly performance critical, maybe
> we could move -Os to individual directories.

FWIW, one more minor thing speaking against -Os: it warns worngly about
an unitialized variable while -O2 doesn't:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55759

Maybe there's more stuff wrong with it...

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

      reply	other threads:[~2013-01-17  8:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-02 11:41 [PATCH] Tell the world we gave up on pushing CC_OPTIMIZE_FOR_SIZE Kirill Smelkov
2012-11-22  8:10 ` Kirill Smelkov
2012-11-24  0:10   ` Dave Jones
2013-01-17  8:58     ` Borislav Petkov [this message]

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=20130117085851.GC30700@pd.tnic \
    --to=bp@alien8.de \
    --cc=davej@redhat.com \
    --cc=kirr@mns.spb.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.