Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: kitten/workerd

Tags

v1.20250917.0

Toggle v1.20250917.0's commit message
[build] Optimize all of V8 on CI to speed up tests

- Python test times are unacceptably high (again), let's optimize all of V8 to
  mitigate this.
- For Windows, use /O2 to enable some ancillary optimizations that are not
  covered under -O2 by clang-cl.
- Drop superfluous parameters in coverage job
- Reduce CI log frequency to reduce excessive log size