ld.so: Use a much bigger hash size and cc1 loads a lot faster

This commit is contained in:
K. Lange 2021-11-30 22:21:34 +09:00
parent 2b85c67661
commit 7d29744f98

View File

@ -829,7 +829,7 @@ int main(int argc, char * argv[]) {
}
/* Initialize hashmaps for symbols, GLOB_DATs, and objects */
dumb_symbol_table = hashmap_create(10);
dumb_symbol_table = hashmap_create(100);
glob_dat = hashmap_create(10);
objects_map = hashmap_create(10);
tls_map = hashmap_create(10);