In https://github.com/scala/scala/pull/6412 the caching that was added in 2.12.5 was turned off by default: > This PR switches the default in order to be conservative in a 2.12 minor release Can we reenable this for 2.13 now? The benefits look pretty good, from https://github.com/scala/scala/pull/6314: > In short, this change seems to yield compile-time performance improvements ranging from 16% to 35% for projects using compiler plugins. /cc @adriaanm @retronym @jvican