Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1b968f1
feat(runtime): batch signature verifications for guarantees and assur…
clearloop May 22, 2026
c5d166c
chore(spacejam): clean the feature gate
clearloop May 22, 2026
6bb8893
feat(runtime): introduce block executor
clearloop May 22, 2026
334a00d
fix(erasure): correct the feature gate
clearloop May 22, 2026
b7ba35f
perf(runtime): incremental root for TestChain import/apply via MultiTree
clearloop May 22, 2026
b5fa21c
perf(runtime): batch-verify dispute sigs via SigItem at the executor
clearloop May 22, 2026
5aeb7d2
feat(pvm): dispatch PVM par_iter to NUMA-narrow rayon pool
clearloop May 22, 2026
5b8d3da
feat(pvmc): hint AOT code pages with hugepage and mbind to node
clearloop May 22, 2026
dec8fc4
chore(runtime): use ref for commit diff
clearloop May 22, 2026
cccc872
perf(spacevm): check artifacts from disk when loading modules
clearloop May 22, 2026
85264eb
perf(pvmc): local pool for guest memory mmap
clearloop May 22, 2026
5984149
refactor(spacejam): derive versions from Cargo.toml
clearloop May 22, 2026
cccf975
chore(deps): bump cranelift
clearloop May 22, 2026
a3405b3
chore: make clippy happy
clearloop May 22, 2026
1a86528
fix(runtime): gts for tickets checking in block verification
clearloop May 23, 2026
f98a1f7
chore(spacejam): kickout testing from spacejam default build
clearloop May 23, 2026
5ed43bc
chore(vm): clean the narrow pool for vm execution
clearloop May 23, 2026
cdf123d
chore(runtime): sequential block processing
clearloop May 23, 2026
b965635
chore(runtime): clean dirty clones
clearloop May 23, 2026
5ae2c85
refactor(vm): drop NUMA pinning and use a capped rayon pool
clearloop May 23, 2026
5bc0daa
refactor(pvmc): drop guest-memory mmap pool
clearloop May 23, 2026
dba29a8
feat(vm): introduce shared cache abstraction for pvmc and pvmi
clearloop May 23, 2026
22c51b1
chore(docker): bake interpreter only image for fuzz
clearloop May 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ linker = "aarch64-linux-gnu-gcc"

[target.x86_64-unknown-linux-gnu]
linker = "x86_64-linux-gnu-gcc"
rustflags = ["-C", "target-cpu=x86-64-v3"]
Loading
Loading