Eric said:
> I meant to mention that there are actually *two* big benefits in prospect
> from a Go port.  The obvious one is being able to junk a lot of fiddly,
> error-prone C memory-management stuff. 

I'm actually surprised that you haven't simplified a lot of that yet.

There are several places where a clump of things is allocated with one call to 
malloc and put on an internal free list.  The only one that I know of where 
that makes sense is the mrulist slots.

We should collect a list of them.



-- 
These are my opinions.  I hate spam.



_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to