-
Committer:
John Arbash Meinel
-
Date:
2009-10-07 21:17:47 UTC
-
mto:
(4679.6.1 2.1-export-c-api)
-
mto:
This revision was merged to the branch mainline in
revision
4735.
-
Revision ID:
john@arbash-meinel.com-20091007211747-tlgi6myzn54wdyxa
Remove 2 more mallocs per line by using a fixed-width StaticTuple for reflists.
Note that 'ref_list' is arbitrary width (think parent pointers), so we can't pre-allocate that.
I suppose we *could* count the occurences of the separator in the memory buffer, though.
That may be more efficient...