Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Upgrade to SBT 0.13.13 and profit from performance improvements #105

@retronym

Description

@retronym

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.)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions