Skip to content

chore: update fossilize to 0.6.0 (V8 code cache support)#1012

Merged
BYK merged 1 commit into
mainfrom
chore/fossilize-0.6.0
May 22, 2026
Merged

chore: update fossilize to 0.6.0 (V8 code cache support)#1012
BYK merged 1 commit into
mainfrom
chore/fossilize-0.6.0

Conversation

@BYK
Copy link
Copy Markdown
Member

@BYK BYK commented May 22, 2026

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

Codecov Results 📊

✅ Patch coverage is 100.00%. Project has 4235 uncovered lines.
✅ Project coverage is 81.87%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    81.87%    81.87%        —%
==========================================
  Files          328       328         —
  Lines        23359     23359         —
  Branches     15114     15114         —
==========================================
+ Hits         19124     19124         —
- Misses        4235      4235         —
- Partials      1621      1621         —

Generated by Codecov Action

@BYK BYK force-pushed the chore/fossilize-0.6.0 branch from b75d54e to 2517945 Compare May 22, 2026 20:45
Fossilize 0.6.0 automatically enables V8 code cache for binaries that
match the build host platform. The linux-x64 binary (built on
ubuntu-latest) gets ~15% faster startup from pre-compiled bytecode.
@BYK BYK force-pushed the chore/fossilize-0.6.0 branch from 2517945 to a80a6b1 Compare May 22, 2026 20:56
@BYK BYK merged commit e7dd817 into main May 22, 2026
27 checks passed
@BYK BYK deleted the chore/fossilize-0.6.0 branch May 22, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant