]> git.sur5r.net Git - cc65/commit
Track cheap local symbols. Reduce initial collection size to one. This causes
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 17 Aug 2011 21:34:26 +0000 (21:34 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 17 Aug 2011 21:34:26 +0000 (21:34 +0000)
commitae0fcbf34538ef911dc05c5350af5f236a446805
tree853f3f2d65f52d90da4e9d888ef16162d8cc3b29
parent6aae186f7f5639c56e1e13ccb9e15c69f3b9a842
Track cheap local symbols. Reduce initial collection size to one. This causes
a small increase in allocations, but about 20% decrease in allocated memory.
Looks like many of the collections are rather small.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5199 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/dbginfo/dbginfo.c