Stringpool stats. Also make Symbol_table support functions inline.
This commit is contained in:
parent
055f1d8ffc
commit
ad8f37d1ba
6 changed files with 43 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue