summary refs log tree commit diff
path: root/changelog.d/6953.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Freeze allocated objects on startup. (#6953)Erik Johnston2020-02-191-0/+1
This may make gc go a bit faster as the gc will know things like caches/data stores etc. are frozen without having to check.