Bump version to 0.9.0-rc.7#1621
Merged
Merged
Conversation
e7d4360 to
8c6a983
Compare
orizi
approved these changes
May 25, 2026
Collaborator
orizi
left a comment
There was a problem hiding this comment.
@orizi reviewed 6 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on orizi).
Benchmarking resultsBenchmark for program
|
| Command | Mean [s] | Min [s] | Max [s] | Relative |
|---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
8.641 ± 0.115 | 8.479 | 8.874 | 4.98 ± 0.11 |
cairo-native (embedded AOT) |
1.735 ± 0.031 | 1.684 | 1.784 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
1.738 ± 0.045 | 1.676 | 1.798 | 1.00 ± 0.03 |
Benchmark for program dict_snapshot
Open benchmarks
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
449.0 ± 14.3 | 436.6 | 476.4 | 1.00 |
cairo-native (embedded AOT) |
1374.2 ± 12.7 | 1345.3 | 1388.8 | 3.06 ± 0.10 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
1461.7 ± 58.4 | 1374.3 | 1561.6 | 3.26 ± 0.17 |
Benchmark for program factorial_2M
Open benchmarks
| Command | Mean [s] | Min [s] | Max [s] | Relative |
|---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
3.880 ± 0.078 | 3.826 | 4.041 | 2.21 ± 0.05 |
cairo-native (embedded AOT) |
1.862 ± 0.060 | 1.754 | 1.916 | 1.06 ± 0.04 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
1.757 ± 0.016 | 1.729 | 1.784 | 1.00 |
Benchmark for program fib_2M
Open benchmarks
| Command | Mean [s] | Min [s] | Max [s] | Relative |
|---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
3.822 ± 0.042 | 3.774 | 3.909 | 2.72 ± 0.04 |
cairo-native (embedded AOT) |
1.410 ± 0.024 | 1.369 | 1.442 | 1.00 ± 0.02 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
1.405 ± 0.014 | 1.371 | 1.421 | 1.00 |
Benchmark for program linear_search
Open benchmarks
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
517.5 ± 19.3 | 489.6 | 557.9 | 1.00 |
cairo-native (embedded AOT) |
1447.7 ± 29.8 | 1410.8 | 1500.3 | 2.80 ± 0.12 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
1422.7 ± 37.2 | 1389.0 | 1482.0 | 2.75 ± 0.13 |
Benchmark for program logistic_map
Open benchmarks
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
467.9 ± 12.1 | 453.0 | 494.5 | 1.00 |
cairo-native (embedded AOT) |
1696.0 ± 41.9 | 1631.4 | 1764.0 | 3.62 ± 0.13 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
1802.6 ± 23.4 | 1761.1 | 1837.4 | 3.85 ± 0.11 |
Benchmark results Main vs HEAD.Base
Head
Base
Head
Base
Head
Base
Head
Base
Head
Base
Head
|
Excludes submodule symlinks (corelib, test_data/tests_starknet/*) from the cairo-native and sierra-emu packages so `cargo publish` can package them without fetching the vendor/cairo submodule. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
88d92f9 to
e05fa56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0.9.0-rc.6to0.9.0-rc.7ahead of releasing the cairo-lang 2.19 update.Cargo.toml,Cargo.lock,README.md, anddebug_utils/casm-data-flowlock/manifest in lockstep.Test plan
cargo publish --dry-runsucceeds forcairo-native,sierra-emu, and the workspace binaries before taggingv0.9.0-rc.7🤖 Generated with Claude Code
This change is