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: Thu, 21 Jan 2010 18:08:53 +0300
Message-ID: <20100121150853.GD26333@wo.int.altlinux.org> (raw)
In-Reply-To: <8b9c685c1001210432q4d87e3a6o536100365b6fb4cb@mail.gmail.com>

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

On Thu, Jan 21, 2010 at 02:32:29PM +0200, Victor Forsyuk wrote:
> 2010/1/20 Dmitry V. Levin <ldv@altlinux.org>:
> > 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, то претензии не принимаются. :)
> 
> Шутки шутками, но претензии принять придется - это баг нашей сборки, а
> не апстрима gcc. Компилятор из FC12 спокойно справляется с кодом
> fwbuilder с опцией "-g" и при отсутствии "-fomit-frame-pointer". Я
> попросил Вадима показать строку вызова компилятора, вот она:

Это не та строка.  Сборка виснет на другом файле (DiscoveryDruid.cpp),
который использует заголовки из других пакетов:

g++ -c -pipe -g -Wno-unused-parameter -pipe -Wall -O2 -march=i586 -mtune=i686 -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I.. -I../.. -I/usr/include/fwb-3 -I/usr/include/libxml2 -I../../src -I.moc -I.ui -o .obj/DiscoveryDruid.o DiscoveryDruid.cpp
DiscoveryDruid.cpp: In member function 'libfwbuilder::InetAddr DiscoveryDruid::getSeedHostAddress()':
DiscoveryDruid.cpp:817: warning: format not a string literal and no format arguments
DiscoveryDruid.cpp:828: warning: format not a string literal and no format arguments
DiscoveryDruid.cpp: In member function 'void DiscoveryDruid::loadDataFromCrawler()':
DiscoveryDruid.cpp:1425: warning: format not a string literal and no format arguments
DiscoveryDruid.cpp:1434: warning: format not a string literal and no format arguments
DiscoveryDruid.cpp:1458: warning: format not a string literal and no format arguments

[...]
> .obj/moc_NetworkDialogIPv6.o .moc/moc_NetworkDialogIPv6.cpp

.moc/moc_NetworkDialogIPv6.cpp это генерат, он может отличаться,
сравнивать его пока не очень интересно.


-- 
ldv

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

  reply	other threads:[~2010-01-21 15:08 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     ` [devel] Dramatic g++4.4 -g speed regression Dmitry V. Levin
2010-01-20 11:52       ` 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       ` Dmitry V. Levin [this message]
2010-01-21 17:18         ` [devel] Dramatic g++4.4 -g speed regression 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=20100121150853.GD26333@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