summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2012-07-10 21:25:45 +0200
committerVlad Ureche <vlad.ureche@gmail.com>2012-07-16 23:41:44 +0200
commit740361b8ae5e9ac8c545b0be878bcae06070dcf0 (patch)
tree4e1fee9851e4ef3d88b5e42d1ead3ffd1d25912e /test
parentdc70d1b7bd193ff42e9bed5d80f632cffb85a667 (diff)
downloadscala-740361b8ae5e9ac8c545b0be878bcae06070dcf0.tar.gz
scala-740361b8ae5e9ac8c545b0be878bcae06070dcf0.tar.bz2
scala-740361b8ae5e9ac8c545b0be878bcae06070dcf0.zip
Scaladoc: Reducing the memory footprint
- diagrams are not stored because they create many TypeEntities, nodes and edges -- now they are created on demand, so make sure you don't demand them twice! - eliminated the type entity cache, which was nearly useless (6s gain) but was preventing the GC from eliminating TypeEntities - an unsuccessful attempt at reducing the tons of :: garbage we're generating - there's 200MB-250MB of ::s during a typical 'ant docs.lib'
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions