From: Shaohua Li <shaohua.li@intel.com>
To: Minchan Kim <minchan.kim@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-mm <linux-mm@kvack.org>,
"mgorman@suse.de" <mgorman@suse.de>
Subject: Re: [patch 3/3]vmscan: cleanup kswapd_try_to_sleep
Date: Fri, 29 Jul 2011 18:46:50 +0800 [thread overview]
Message-ID: <20110729104650.GB7120@sli10-conroe.sh.intel.com> (raw)
In-Reply-To: <20110729093929.GF1843@barrios-desktop>
On Fri, Jul 29, 2011 at 05:39:29PM +0800, Minchan Kim wrote:
> On Thu, Jul 28, 2011 at 04:13:09PM +0800, Shaohua Li wrote:
> > cleanup kswapd_try_to_sleep() a little bit. Sometimes kswapd doesn't
> > really sleep. In such case, don't call prepare_to_wait/finish_wait.
> > It just wastes CPU.
> >
> > Signed-off-by: Shaohua Li <shaohua.li@intel.com>
>
> And it increases just code size a little bit even without big benefit of CPU.
> You said it's cleanup but I doubt how it helps readability.
> So code itself dosn't have a problem but I don't like it.
>
> barrios@barrios-desktop:~/linux-mmotm$ size mm/vmscan.o.old
> text data bss dec hex filename
> 10271 30 8 10309 2845 mm/vmscan.o.old
> barrios@barrios-desktop:~/linux-mmotm$ size mm/vmscan.o
> text data bss dec hex filename
> 10287 30 8 10325 2855 mm/vmscan.o
I'm curious why the size is increased, the patch doesn't add new code.
Maybe gcc has different optimization.
This hasn't big benefit for sure, but both prepare_to_wait/finish_wait
use spinlock, it's expensive operation even without contention. From
this point view, it has benefit because we don't blindly call them.
But anyway, it's a trival patch. I'm fine if it's rejected.
Thanks,
Shaohua
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2011-07-29 10:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-28 8:13 [patch 3/3]vmscan: cleanup kswapd_try_to_sleep Shaohua Li
2011-07-28 11:03 ` Mel Gorman
2011-07-29 0:17 ` Shaohua Li
2011-07-29 9:39 ` Minchan Kim
2011-07-29 10:46 ` Shaohua Li [this message]
2011-08-02 0:35 ` KOSAKI Motohiro
2011-08-02 1:03 ` Shaohua Li
2011-08-02 1:48 ` KOSAKI Motohiro
2011-08-19 23:56 ` Andrew Morton
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=20110729104650.GB7120@sli10-conroe.sh.intel.com \
--to=shaohua.li@intel.com \
--cc=akpm@linux-foundation.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=minchan.kim@gmail.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).