From: Pavel Machek <pavel@suse.cz>
To: Nigel Cunningham <ncunningham@cyclades.com>
Cc: Andrew Morton <akpm@osdl.org>,
mjg59@scrf.ucam.org, hare@suse.de,
"Barry K. Nathan" <barryn@pobox.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: swsusp: allow resume from initramfs
Date: Fri, 4 Mar 2005 23:55:56 +0100 [thread overview]
Message-ID: <20050304225556.GA2647@elf.ucw.cz> (raw)
In-Reply-To: <1109975474.3772.305.camel@desktop.cunningham.myip.net.au>
Hi!
> > Hmm, bitmaps? Okay, then low-level code needs to stay separate. (And
> > thats bad, I wanted that one to be shared most).
>
> Mmm. As you might remember, I used extents from 1.0 to save space. The
> feedback from the last submission to LKML about getting rid of the
> page_alloc.c hooks made me re-examine the use of the memory pool, which
> made me re-examine the format in which the data was stored. Switching to
> bitmaps meant that after saving the LRU pages, I can recalculate what
> remains to be saved without ever changing the result in the process.
> (Using extents, there was a small chance that the recalculated metadata
> would require an extra extent on an extra page, which means you have to
> recalculate everything again :<. With discontiguous bitmaps, I get
> efficient storage, no need for > order zero allocations and no feedback
> whatsoever when recalculating image metadata. Besides removing the
> memory pool code, I've already removed some more, and am about to
> simplify the code for the remaining extents (for storage metadata). I
> hope to also be able to further simplify the image preparation code too.
>
> All that to say "Bitmaps were a definite win!". Perhaps I can sell you
> on the advantages of using them :>
Not sure, if one bit goes wrong you put everything in the wrong places
:-). Linklist seems just okay to me, no > 4K allocations. I'm not sure
why recalculation is that big problem.
> By the way, did you see the effect of the memory eating patch? I didn't
> think about it until someone emailed me, but the improvement was 50x
> speed in the best case!
Well, more interesting was that you actually freed much more memory
with your patch. *You actually made memory freeing to work*. So yes, I
like that one.
Pavel
--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
next prev parent reply other threads:[~2005-03-05 0:07 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-04 10:16 swsusp: allow resume from initramfs Pavel Machek
2005-03-04 11:04 ` Andrew Morton
2005-03-04 11:15 ` Pavel Machek
2005-03-04 17:17 ` Stefan Seyfried
2005-03-04 17:50 ` Barry K. Nathan
2005-03-04 21:22 ` Nigel Cunningham
2005-03-04 21:43 ` Pavel Machek
2005-03-04 21:50 ` Nigel Cunningham
2005-03-04 22:07 ` Pavel Machek
2005-03-04 22:31 ` Nigel Cunningham
2005-03-04 22:55 ` Pavel Machek [this message]
2005-03-05 1:07 ` Nigel Cunningham
2005-03-05 21:58 ` swsusp memory freeing [was Re: swsusp: allow resume from initramfs] Pavel Machek
2005-03-06 22:28 ` swsusp: allow resume from initramfs Andreas Jellinghaus
2005-03-06 22:27 ` Andreas Jellinghaus
2005-03-07 11:40 ` Pavel Machek
[not found] <fa.e8vvlml.hjolb5@ifi.uio.no>
[not found] ` <fa.h2h05q4.mmkqpm@ifi.uio.no>
2005-03-04 13:36 ` Bodo Eggert
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=20050304225556.GA2647@elf.ucw.cz \
--to=pavel@suse.cz \
--cc=akpm@osdl.org \
--cc=barryn@pobox.com \
--cc=hare@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg59@scrf.ucam.org \
--cc=ncunningham@cyclades.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.