You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2017. It is now read-only.
sbt/sbt#2754 offers a way to cache the classloader that contains the incremental compiler, rather than creating a new one each time. This can deliver significant performance improvements due to the way that JIT works.
Update to SBT 0.13.13
Use the new method AnalyzingCompiler#withClassLoaderCache to enable the new classloader recycling.
Verify that new instances of xsbt.CallbackGlobal are not classloaded in the steady state (java -verbose:class should stop logging.)
sbt/sbt#2754 offers a way to cache the classloader that contains the incremental compiler, rather than creating a new one each time. This can deliver significant performance improvements due to the way that JIT works.
AnalyzingCompiler#withClassLoaderCacheto enable the new classloader recycling.xsbt.CallbackGlobalare not classloaded in the steady state (java -verbose:classshould stop logging.)