lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 13 Sep 2007 11:31:37 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Rob Hussey <robjhussey@...il.com>
Cc:	linux-kernel@...r.kernel.org,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Mike Galbraith <efault@....de>,
	Roman Zippel <zippel@...ux-m68k.org>
Subject: Re: [announce] CFS-devel, performance improvements


* Rob Hussey <robjhussey@...il.com> wrote:

> On 9/13/07, Ingo Molnar <mingo@...e.hu> wrote:
> >
> > thanks for the numbers! Could you please also post the .config you used?
> 
> Sure, .config for 2.6.23-rc1 and 2.6.23-rc6 attached.

thx! If you've got some time, could you perhaps re-measure with these 
disabled:

  CONFIG_SCHED_DEBUG=y
  CONFIG_SCHEDSTATS=y

these options mask some of the performance enhancements we made. There's 
also a new code drop at:

   http://people.redhat.com/mingo/cfs-scheduler/devel/

with some fixes for SMP. (and you've got an SMP box it appears)

also, if you want to maximize performance, it usually makes more sense 
to build with these flipped around:

  # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  CONFIG_FORCED_INLINING=y

i.e.:

  CONFIG_CC_OPTIMIZE_FOR_SIZE=y
  # CONFIG_FORCED_INLINING is not set

because especially on modern x86 CPUs, smaller x86 code is faster. (and 
it also takes up less I-cache size)

	Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ