All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mel Gorman <mgorman@suse.de>
To: Hugh Dickins <hughd@google.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Rik van Riel <riel@redhat.com>,
	Konstantin Khlebnikov <khlebnikov@openvz.org>,
	Ying Han <yinghan@google.com>, Linux-MM <linux-mm@kvack.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/3] Removal of lumpy reclaim V2
Date: Thu, 12 Apr 2012 06:44:44 +0100	[thread overview]
Message-ID: <20120412054443.GK3789@suse.de> (raw)
In-Reply-To: <alpine.LSU.2.00.1204111651290.26528@eggly.anvils>

On Wed, Apr 11, 2012 at 04:54:18PM -0700, Hugh Dickins wrote:
> On Wed, 11 Apr 2012, Mel Gorman wrote:
> > 
> > Removing lumpy reclaim saves almost 900K of text where as the full series
> > removes 1200K of text.
> 
> Impressive...
> 
> > 
> >    text	   data	    bss	    dec	    hex	filename
> > 6740375	1927944	2260992	10929311	 a6c49f	vmlinux-3.4.0-rc2-vanilla
> > 6739479	1927944	2260992	10928415	 a6c11f	vmlinux-3.4.0-rc2-lumpyremove-v2
> > 6739159	1927944	2260992	10928095	 a6bfdf	vmlinux-3.4.0-rc2-nosync-v2
> 
> ... but I fear you meant " bytes" instead of "K" ;)
> 

Whoops, I do :)

-- 
Mel Gorman
SUSE Labs

--
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>

WARNING: multiple messages have this Message-ID (diff)
From: Mel Gorman <mgorman@suse.de>
To: Hugh Dickins <hughd@google.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Rik van Riel <riel@redhat.com>,
	Konstantin Khlebnikov <khlebnikov@openvz.org>,
	Ying Han <yinghan@google.com>, Linux-MM <linux-mm@kvack.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/3] Removal of lumpy reclaim V2
Date: Thu, 12 Apr 2012 06:44:44 +0100	[thread overview]
Message-ID: <20120412054443.GK3789@suse.de> (raw)
In-Reply-To: <alpine.LSU.2.00.1204111651290.26528@eggly.anvils>

On Wed, Apr 11, 2012 at 04:54:18PM -0700, Hugh Dickins wrote:
> On Wed, 11 Apr 2012, Mel Gorman wrote:
> > 
> > Removing lumpy reclaim saves almost 900K of text where as the full series
> > removes 1200K of text.
> 
> Impressive...
> 
> > 
> >    text	   data	    bss	    dec	    hex	filename
> > 6740375	1927944	2260992	10929311	 a6c49f	vmlinux-3.4.0-rc2-vanilla
> > 6739479	1927944	2260992	10928415	 a6c11f	vmlinux-3.4.0-rc2-lumpyremove-v2
> > 6739159	1927944	2260992	10928095	 a6bfdf	vmlinux-3.4.0-rc2-nosync-v2
> 
> ... but I fear you meant " bytes" instead of "K" ;)
> 

Whoops, I do :)

-- 
Mel Gorman
SUSE Labs

  reply	other threads:[~2012-04-12  5:44 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-11 16:38 [PATCH 0/3] Removal of lumpy reclaim V2 Mel Gorman
2012-04-11 16:38 ` Mel Gorman
2012-04-11 16:38 ` [PATCH 1/3] mm: vmscan: Remove lumpy reclaim Mel Gorman
2012-04-11 16:38   ` Mel Gorman
2012-04-11 17:25   ` Rik van Riel
2012-04-11 17:25     ` Rik van Riel
2012-04-11 18:54     ` KOSAKI Motohiro
2012-04-11 18:54       ` KOSAKI Motohiro
2012-04-11 16:38 ` [PATCH 2/3] mm: vmscan: Do not stall on writeback during memory compaction Mel Gorman
2012-04-11 16:38   ` Mel Gorman
2012-04-11 17:26   ` Rik van Riel
2012-04-11 17:26     ` Rik van Riel
2012-04-11 18:51     ` KOSAKI Motohiro
2012-04-11 18:51       ` KOSAKI Motohiro
2012-04-11 16:38 ` [PATCH 3/3] mm: vmscan: Remove reclaim_mode_t Mel Gorman
2012-04-11 16:38   ` Mel Gorman
2012-04-11 17:26   ` Rik van Riel
2012-04-11 17:26     ` Rik van Riel
2012-04-11 19:48     ` KOSAKI Motohiro
2012-04-11 19:48       ` KOSAKI Motohiro
2012-04-11 17:17 ` [PATCH 0/3] Removal of lumpy reclaim V2 Rik van Riel
2012-04-11 17:17   ` Rik van Riel
2012-04-11 17:52   ` Mel Gorman
2012-04-11 17:52     ` Mel Gorman
2012-04-11 18:06     ` Rik van Riel
2012-04-11 18:06       ` Rik van Riel
2012-04-12  9:32       ` Mel Gorman
2012-04-12  9:32         ` Mel Gorman
2012-04-11 23:37 ` Ying Han
2012-04-11 23:37   ` Ying Han
2012-04-12  5:49   ` Mel Gorman
2012-04-12  5:49     ` Mel Gorman
2012-04-11 23:54 ` Hugh Dickins
2012-04-11 23:54   ` Hugh Dickins
2012-04-12  5:44   ` Mel Gorman [this message]
2012-04-12  5:44     ` Mel Gorman

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=20120412054443.GK3789@suse.de \
    --to=mgorman@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=hughd@google.com \
    --cc=khlebnikov@openvz.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=riel@redhat.com \
    --cc=yinghan@google.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.