Commit e7dd817
authored
chore: update fossilize to 0.6.0 (V8 code cache support) (#1012)
Updates fossilize to v0.6.0 which automatically enables V8 code cache
for binaries matching the build host platform.
**Impact:** The linux-x64 binary (built on ubuntu-latest in CI) gets
~15% faster startup (~740ms vs ~870ms) from pre-compiled V8 bytecode.
Cross-compiled binaries (darwin, windows, linux-arm64) are unaffected —
code cache is CPU-architecture-specific.
See BYK/fossilize#8 for the fossilize change.1 parent 70460bc commit e7dd817
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments