On Tue, Aug 9, 2011 at 3:18 PM, Tom Tromey <[email protected]> wrote:
>>>>>> "Dimitrios" == Dimitrios Apostolou <[email protected]> writes:
>
> Dimitrios> 2011-08-09  Dimitrios Apostolou  <[email protected]>
> [...]
> 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
>

Reply via email to