On Fri, Jun 12, 2009 at 07:23:29PM +0200, Artur Grabowski wrote:
> Otto Moerbeek <[email protected]> writes:
>
> >> AFAIK the whole work was done to make the cache more sane. The current
> >> version is just insane enough that Bob was crying, shouting and playing
> >> with red wine bottles during c2k9.
> >
> > That's not enough reason to change the data structure.
>
> Yes, it is. Code is primarily for humans to work with.
>
> //art
I think you misunderstood. I'm not against rewriting stuff. I'm
against changing data structures without good reasons. You can rewrite
code without chaning the data structures.
But I think you alrady gave me a few reasons why changing the data
structures in this case is a good thing.
-Otto