On Mon, Jun 18, 2007 at 10:41:54PM +0200, Alfredo Braunstein wrote:
> Dov Feldstern wrote:
>
> > Why do we need that structure at all? Given that our char_type is
> > 32-bits, and we don't use all 32, we could do something like the
> > following: the insets themselves could be stored in a hash tab
Dov Feldstern wrote:
> Why do we need that structure at all? Given that our char_type is
> 32-bits, and we don't use all 32, we could do something like the
> following: the insets themselves could be stored in a hash table,
> without storing their positions in that structure. At each position in
>
Jean-Marc Lasgouttes wrote:
"Dov" == Dov Feldstern <[EMAIL PROTECTED]> writes:
Dov> Hmm, I just came across this yesterday when trying to figure out
Dov> what was going on with bug 3011, and wondered about it. I'm not
Dov> sure if this is what you mean or not, but it might be relevant...
Dov>