+2001-10-30 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * tree.c (id_string_size): Remove.
+ (dump_tree_statistics): Update.
+ * toplev.c (compile_file): If dumping stats, dump tree stats too.
+
Tue Oct 30 19:00:43 CET 2001 Jan Hubicka <jh@suse.cz>
* sched-rgn.c (schedule_insns): Fix comment.
{
ggc_print_statistics ();
stringpool_statistics ();
+ dump_tree_statistics ();
}
/* Free up memory for the benefit of leak detectors. */
int tree_node_counts[(int) all_kinds];
int tree_node_sizes[(int) all_kinds];
-int id_string_size = 0;
static const char * const tree_node_kind_names[] = {
"decls",
total_nodes += tree_node_counts[i];
total_bytes += tree_node_sizes[i];
}
- fprintf (stderr, "%-20s %9d\n", "identifier names", id_string_size);
fprintf (stderr, "-------------------------------------\n");
fprintf (stderr, "%-20s %6d %9d\n", "Total", total_nodes, total_bytes);
fprintf (stderr, "-------------------------------------\n");