Re: Packages build, news and bugs |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Re: Packages build, news and bugs
- From: Alexander Medvedev <devl547@xxxxxxxxx>
- Date: Sun, 22 May 2011 11:50:19 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=9kaQGUjJ8F2XHhPW8LXA6+c0fdKH5kYulWj4u8qmniE=; b=IPRXN20jxJupJt7uLGtrqbPZETAggyWLylHgvWnxBHAkP39ue6f/1rQOVIwHRPC4MW nxHa7oEsY+gmIYsuXp3f8zMVQP9DKC6or0CbhqUe178Z6Y0aIqTvW3ayA6jqDkLZz7aa dqjYJjTWCD9vGP3XDe4A6giothVMCLxgkJpqQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=QYZh0e4LcpORRnwz55z/ZsXG1CUvB+55Y0d9KwA09qwMgjZMxkSb/hHJzyMX63X+sQ jTIw0gT1KC0tjYvqzy4k5QA3o3MCOMFwsxWtJn/hPDICh9XQAaKAeSjNz6Va/BE8jXIO Ti6CmG6quD/AbpOskSu5mYF4J38Vp8DCEX0Lw=
>Less perf on what ?
Runtime performance. -Os disables code and data alignment (-falign-*), that saves space, but decreases speed on CPUs without efficient unaligned access.
According to google and some testing not long ago on Phoronix and
linux.org.ru, it is a compromise between ~10% saved space or 10% of performance.
A small suggestion - try playing with LTO and l1/l2 cache size parameteres.