diff --git a/RELEASES.md b/RELEASES.md index 9c453eb1..3c2314dd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -27,6 +27,9 @@ Compiler - `TAMED_RUNTAB_OUT`, if set, will aggregate all runners' runtabs into a single file as jobs are completed. See `tamed --help` for more information and examples. +- Improved symbol table processing performance. + - For packages/maps with thousands of dependenices, this may improve + processing time by a minute or more. Documentation ------------- diff --git a/src/current/include/depgen.xsl b/src/current/include/depgen.xsl index 9db47e00..547b8871 100644 --- a/src/current/include/depgen.xsl +++ b/src/current/include/depgen.xsl @@ -88,7 +88,7 @@