Subject: Re: Callouts
To: None <ghudson@mit.edu>
From: Charles M. Hannum <root@ihack.net>
List: tech-kern
Date: 03/27/1999 11:56:49
Now that's actually a good point.

At least one way around that comes to mind right offhand.  Rather than
storing the index in the heap structure, you can store a pointer to
where the driver records the index -- updating the driver's knowledge
whenever the structure moves.  However, this screws your TLB footprint
and starts to eat into any memory savings.