Subject: Re: pool_get()/pool_put() or malloc()/free()
To: None <and@genesyslab.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: tech-kern
Date: 10/28/2000 05:50:55
In <Pine.GSO.4.10.10010270920490.463-100000@muppet>
and@genesyslab.com wrote:

> I doubt that gcc is appropriate benchmark for VM system. That way you
> might not see the differences between OSes at all.

Sure. I think the point is the number of processes etc,
but I don't know other proper benchmark. :-)

sun3x had a bug which caused memory leak in pmap_destroy()
(that called free() for pmap structures) and then
"out of space kmem_map" panic, but I could reproduce
it only during "make build", which took over 5 days.
I intend building kernel is just a subset of it.
---
Izumi Tsutsui
tsutsui@ceres.dti.ne.jp