Hello,
There seem to be many places where static buffers are used for building
strings. It is clear they are used just for usage inside some functions,
with no need to keep the value for usage somewhere else.
Would defining a global static buffer to be used for such cases make
sense? The access to the pointer and size can be given via functions.
There could be couple of such buffers to be used in the cases one
function need concurrent access to more than one ... opinions? It will
reduce memory space reserved and used...
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com
It's highly recommended to use git versions >= 1.5.6 (e.g. 1.5.6.1,
1.6.0.4 a.s.o) if you use/do git merge.
Older versions do not support the merge.log options or git merge --log
and _will_ not generate merge summaries in the merge commit messages
(which are very nice to have).
If you have an older version and you don't want to upgrade try setting
merge.summary (git config merge.summary true).
Andrei