grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Huge changes in mm.c


From: Marco Gerards
Subject: Re: [PATCH] Huge changes in mm.c
Date: Mon, 11 Jul 2005 14:56:40 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

Vincent Pelletier <address@hidden> writes:

Hi Vincent,

> I've added a defrag function that merges consecutive free chunks. It's
> pretty fast (O(N), N=number of chunks) but I only call it when needed...
> Maybe could it be interesting to call it on each grub_free().

What do you mean with defragmenting?  I think you mean joining freed
regions, which should be done at the time it is freed.  I always
thought that was the case already.

For the other changes I will wait for the comments of Okuji, he wrote
the old code.  But it always works on the PPC and x86, it sounds like
a 64 bits problem to me...

--
Marco





reply via email to

[Prev in Thread] Current Thread [Next in Thread]