On Tue, Aug 9, 2011 at 3:18 PM, Tom Tromey <tro...@redhat.com> wrote: >>>>>> "Dimitrios" == Dimitrios Apostolou <ji...@gmx.net> writes: > > Dimitrios> 2011-08-09 Dimitrios Apostolou <ji...@gmx.net> > [...] > Dimitrios> * symtab.c (ht_dump_statistics): Beautified stats output. > > Make sure the ChangeLog entries go in the correct directories. > > Dimitrios> + obmem= obstack_memory_used (&table->stack); > > Missing a space before the "=". > > The libcpp part is ok with this change.
Note that sparsely populated hashes come at the cost of increased cache footprint. Not sure what is more important here though, memory access or hash computation. Richard. > Tom >