ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Dramatic g++4.4 -g speed regression
Date: Wed, 20 Jan 2010 04:57:47 +0300
Message-ID: <20100120015747.GA18313@wo.int.altlinux.org> (raw)
In-Reply-To: <20100119230244.GC1793@wo.int.altlinux.org>

[-- Attachment #1: Type: text/plain, Size: 1422 bytes --]

On Wed, Jan 20, 2010 at 02:02:44AM +0300, Dmitry V. Levin wrote:
> On Wed, Jan 20, 2010 at 12:33:28AM +0200, Kirill A. Shutemov wrote:
> > 2010/1/19 Victor Forsyuk <force@altlinux.org>:
> [...]
> > > Первая неудачная пересборка fwbuilder была, по-видимому, 9 ноября. Во
> > > всяком случае так датирован первый отчет об этом. Обычно такие отчеты
> > > я не удаляю, но даже если вдруг - в любом случае это был компилятор
> > > synced with FC 4.4.2-7.
> > >
> > > Поскольку у Вадима на федоровском 4.4.2-7 проблем нет, то
> > > напрашивается вывод, что причина регресии в альтовских патчах...
> > 
> > Я попробую разобраться.
> > 
> > Как hotfix можете добавить -fomit-frame-pointer в флаги компиляции
> > или убрать -g. Вроде помогает.
> 
> Если там используется -g, то претензии не принимаются. :)

Шутки шутками, но без -g, который зачем-то добавляет qmake, fwbuilder
собирается за разумное время:
687.48user 40.21system 12:16.51elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+8172274minor)pagefaults 0swaps

--- fwbuilder.spec
+++ fwbuilder.spec
@@ -86,6 +86,9 @@ Policy compiler for Cisco routers/firewalls.
 
 %build
 %configure --with-templatedir=%_datadir/%name
+find -type f -name Makefile -print0 |
+	xargs -r0 fgrep -lZ ' -g ' -- |
+	xargs -r0 sed -i 's/ -g / /g' --
 %make_build
 
 %install

Интересно, добавляет ли федорин qmake -g?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2010-01-20  1:57 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-19 16:59 [devel] Dramatic g++4.4 speed regression (was: g++4.3 vs g++4.4) Victor Forsyuk
2010-01-19 17:10 ` Dmitry V. Levin
2010-01-19 17:18   ` Victor Forsyuk
2010-01-19 22:33 ` Kirill A. Shutemov
2010-01-19 23:02   ` Dmitry V. Levin
2010-01-20  1:57     ` Dmitry V. Levin [this message]
2010-01-20 11:52       ` [devel] Dramatic g++4.4 -g speed regression Sergey V Turchin
2010-01-20 16:04       ` Victor Forsyuk
2010-01-20 16:14         ` Sergey V Turchin
2010-01-20 23:32       ` Igor Zubkov
2010-01-20  8:06     ` [devel] Dramatic g++4.4 speed regression (was: g++4.3 vs g++4.4) Boris Savelev
2010-01-21 12:32     ` Victor Forsyuk
2010-01-21 15:08       ` [devel] Dramatic g++4.4 -g speed regression Dmitry V. Levin
2010-01-21 17:18         ` Victor Forsyuk
2010-01-21 19:01           ` Dmitry V. Levin
2010-01-22 11:02             ` Victor Forsyuk
2010-01-22 13:48               ` Kirill A. Shutemov
2010-01-20 15:53   ` [devel] Dramatic g++4.4 speed regression (was: g++4.3 vs g++4.4) Victor Forsyuk

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=20100120015747.GA18313@wo.int.altlinux.org \
    --to=ldv@altlinux.org \
    --cc=devel@lists.altlinux.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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git