sbt-dynscalajs icon indicating copy to clipboard operation
sbt-dynscalajs copied to clipboard

fastOptJS and fullOptJS do not cache the IR files they consume

Open sjrd opened this issue 8 years ago • 0 comments

The official sbt-scalajs does this using a globalIRCache and fancy IRFileCache.Caches. Currently, fastOptJS and fullOptJS always recreate a new IR file cache. Instead, those should actually be cached to be reused. See also #7 for tips on how the global IR cache could be stored.

sjrd avatar Sep 25 '17 20:09 sjrd