sass/dart-sass

Benchmarks: Record Dart VM time with JIT'd/warm code

Open

#16 创建于 2016年11月1日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Dart (4,192 star) (376 fork)batch import
help wantedinfrastructure

描述

At least internally, we spin up a worker and use it for incremental rebuilds. This means the code/snapshot is already loaded, already JITd, and kept warm for the development cycle. This is more likely than spinning up to do a one-time build and closing.

贡献者指南