ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Igor Zubkov <icesik@mail.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] [JT] OpenOffice.org 1.1.4 black icons
Date: Wed, 28 Sep 2005 11:53:36 +0300
Message-ID: <200509281153.40138.icesik@mail.ru> (raw)
In-Reply-To: <433A2D50.60001@altlinux.ru>

В сообщении от Среда, 28-Сен-2005 08:42 Антон Горлов написал(a):
> >>>>Так как -за ночь реально пересобрать? (23:00-7:00 скажем)?
> >>>
> >>>Более, чем реально.
> >>
> >>Значит жду когда  в сизифе будет 2.0 и рискну персобрать с оптимизацией!
> >
> > Если сильно выкрутиш оптимизацию -- может и не справится. Хотя надо
> > проверить.
>
> Какой оптимальный уровень оптимизации?

Это уже в зависимости от того что ты хочешь. С -O0 оно должно собратся быстрее 
всего (т.е. без оптимизации соберётся быстро, но работать будет медленно). С 
-O3 собиратся будет раза в два медленнее, но и работать будет быстрее. Только 
с -O3 будет один не приятный момент. Выдержки из info gcc:

       -O3 Optimize yet more.  -O3 turns on all optimizations specified by -O2
           and also turns on the -finline-functions, -fweb and -frename-regis-
           ters options.

       -fweb
           Constructs webs as commonly used for register allocation purposes
           and assign each web individual pseudo register.  This allows the
           register allocation pass to operate on pseudos directly, but also
           strengthens several other optimization passes, such as CSE, loop
           optimizer and trivial dead code remover.  It can, however, make
           debugging impossible, since variables will no longer stay in a
           ``home register''.

           Enabled at levels -O3.

Так что debugging не будет работать. И если приложение вылетает, то ты даже не 
сможеш отdebugить его.

Веселее всего выглядит glibc собранное с -O3 -march=pentium3 -mcpu=pentium3. 
Спонтанно, что-то где вылетает. И debug не работает. :-) Зато быстро.

-- 
Now playing: Gorky Park [] [] California Promises


  parent reply	other threads:[~2005-09-28  8:53 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-27  5:41 ` [sisyphus] " Антон Горлов
2005-09-27  8:34   ` [sisyphus] [JT] " Yury Aliaev
2005-09-27  8:37     ` Антон Горлов
2005-09-27 10:01       ` Led
2005-09-27 10:07         ` Антон Горлов
2005-09-27 10:57       ` Igor Zubkov
2005-09-27 11:27         ` Led
2005-09-27 11:38           ` Igor Zubkov
2005-09-27 13:04             ` Антон Горлов
2005-09-27 13:14               ` Led
2005-09-27 20:28                 ` Igor Zubkov
2005-09-27 20:27               ` Igor Zubkov
2005-09-27 17:58             ` [sisyphus] " Konstantin A. Lepikhov
2005-09-27 20:29               ` Igor Zubkov
2005-09-27 13:02         ` [sisyphus] " Антон Горлов
2005-09-27 13:11           ` Led
2005-09-27 13:11             ` Антон Горлов
2005-09-27 13:15               ` Valery V. Inozemtsev
2005-09-27 13:22                 ` Led
2005-09-27 14:59                   ` [sisyphus] " Michael Shigorin
2005-09-27 15:06                     ` Led
2005-09-27 17:13                   ` [sisyphus] " Valery V. Inozemtsev
2005-09-27 20:13                 ` [sisyphus] " Arioch
2005-09-27 20:31               ` [sisyphus] " Igor Zubkov
2005-09-28  5:42                 ` Антон Горлов
2005-09-28  8:44                   ` Led
2005-09-28  8:52                     ` Антон Горлов
2005-09-28  8:53                   ` Igor Zubkov [this message]
2005-09-28  9:21                     ` Led
2005-09-28 23:44                       ` [sisyphus] " Alexey Tourbin
2005-09-28 23:52                         ` [sisyphus] компиляция с использованием параметров оптимизации Dmitry V. Levin
2005-09-29 11:33                           ` [sisyphus] [wiki] " Michael Shigorin
2005-09-29 11:09                         ` [sisyphus] Re: [JT] OpenOffice.org 1.1.4 black icons Led
2005-09-29 11:26                           ` Arioch
2005-09-29 11:50                             ` Michael Shigorin
2005-09-29 12:35                             ` Led
2005-09-27 15:47         ` [sisyphus] " Andrey Rahmatullin
2005-09-27 20:29           ` Igor Zubkov
2005-09-28  2:21             ` Andrey Rahmatullin
2005-09-27 21:53         ` Motsyo Gennadi aka Drool
2005-09-27  8:35   ` Yury Aliaev
2005-09-27  5:50 ` [sisyphus] " Андрей Осипов
2005-09-27  8:58   ` Denis Ovsienko
2005-09-27  9:03     ` Valery V. Inozemtsev

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=200509281153.40138.icesik@mail.ru \
    --to=icesik@mail.ru \
    --cc=icesik@altlinux.ru \
    --cc=sisyphus@altlinux.ru \
    /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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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