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:	Wed, 25 Nov 2009 16:06:22 +0100
From:	Andi Kleen <andi@...stfloor.org>
To:	"Liuweni" <qingshenlwy@...il.com>
Cc:	"linux-kernel" <linux-kernel@...r.kernel.org>,
	"strongzgy" <strongzgy@...il.com>, "xgr178" <xgr178@....com>,
	"Liu Hui" <onlyflyer@...il.com>, "viro" <viro@...iv.linux.org.uk>,
	"akpm" <akpm@...ux-foundation.org>, "jack" <jack@...e.cz>,
	"npiggin" <npiggin@...e.de>,
	"linux-fsdevel" <linux-fsdevel@...r.kernel.org>
Subject: Re: [PATCH 1/3]fs/inode: iunique() Optimize Performance

"Liuweni" <qingshenlwy@...il.com> writes:

> ---
> move the if condition out the while{}.
> While the function executing, the if 
> condition won't check again and again.
> And this code won't change the function
> of iunique().

Normally compiler automatically move loop invariant code out of loop
bodies. Have you verified that's not the case here?

-Andi

-- 
ak@...ux.intel.com -- Speaking for myself only.
--
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