plan9fox/sys/src/cmd/acid
Ori Bernstein 1787a8b990 acid: increase hash size (thanks jonas.amoson)
when loading large binaries such as netsurf, with many
symbols, our hash table fills up with collisions and
loading the symbol table gets very slow. Bumping it up
drops the time to lstk() in acid on netsurf from 4 minutes
to 8 seconds.
2021-01-05 19:37:26 -08:00
..
acid.h acid: increase hash size (thanks jonas.amoson) 2021-01-05 19:37:26 -08:00
builtin.c acid: add getfields() builtin 2017-06-12 19:24:32 +00:00
dbg.y acid: fix memory corruption due to gc 2014-02-09 01:37:05 +01:00
dot.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
exec.c acid: don't get fooled by spaces in convflt() 2016-05-01 21:52:34 +02:00
expr.c acid: make 'a' and 'A' format to have the same size as mach->szaddr 2014-02-09 22:43:09 +01:00
lex.c acid: fix memory corruption due to gc 2014-02-09 01:37:05 +01:00
list.c acid: make 'a' and 'A' format to have the same size as mach->szaddr 2014-02-09 22:43:09 +01:00
main.c acid: provide hooks 'procattach' and 'dying' 2017-06-12 19:28:27 +00:00
mkfile acid: fix y.tab.h dependency for proc.$O 2016-12-15 22:08:57 +01:00
print.c acid: fix memory leak in fundefs (from 9atom) 2014-02-02 03:17:48 -08:00
proc.c acid: provide hooks 'procattach' and 'dying' 2017-06-12 19:28:27 +00:00
util.c acid: always create proclist variable 2017-06-12 19:27:49 +00:00