Stringpool stats. Also make Symbol_table support functions inline.

This commit is contained in:
Ian Lance Taylor 2007-12-05 00:48:49 +00:00
parent 055f1d8ffc
commit ad8f37d1ba
6 changed files with 43 additions and 7 deletions

View file

@ -107,6 +107,7 @@ main(int argc, char** argv)
fprintf(stderr, _("%s: output file size: %lld bytes\n"),
program_name, static_cast<long long>(layout.output_file_size()));
symtab.print_stats();
layout.print_stats();
}
gold_exit(errors.error_count() == 0);