Skip to content

Bump version to 0.9.0-rc.7#1621

Merged
TomerStarkware merged 1 commit into
mainfrom
tomer/bump_to_0.9.0-rc.7
May 26, 2026
Merged

Bump version to 0.9.0-rc.7#1621
TomerStarkware merged 1 commit into
mainfrom
tomer/bump_to_0.9.0-rc.7

Conversation

@TomerStarkware
Copy link
Copy Markdown
Collaborator

@TomerStarkware TomerStarkware commented May 25, 2026

Summary

  • Bumps workspace version from 0.9.0-rc.6 to 0.9.0-rc.7 ahead of releasing the cairo-lang 2.19 update.
  • Updates Cargo.toml, Cargo.lock, README.md, and debug_utils/casm-data-flow lock/manifest in lockstep.

Test plan

  • CI passes
  • Confirm cargo publish --dry-run succeeds for cairo-native, sierra-emu, and the workspace binaries before tagging v0.9.0-rc.7

🤖 Generated with Claude Code


This change is Reviewable

Base automatically changed from tomer/update_sierra_2.19 to main May 25, 2026 12:47
@TomerStarkware TomerStarkware force-pushed the tomer/bump_to_0.9.0-rc.7 branch 2 times, most recently from e7d4360 to 8c6a983 Compare May 25, 2026 12:49
@TomerStarkware TomerStarkware requested a review from orizi May 25, 2026 12:52
Copy link
Copy Markdown
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@orizi reviewed 6 files and all commit messages, and made 1 comment.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on orizi).

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2026

Benchmarking results

Benchmark for program dict_insert

Open benchmarks
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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2026

Benchmark results Main vs HEAD.

Base

Command Mean [s] Min [s] Max [s] Relative
base dict_insert.cairo (JIT) 2.005 ± 0.027 1.967 2.048 1.02 ± 0.02
base dict_insert.cairo (AOT) 1.965 ± 0.027 1.920 1.989 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head dict_insert.cairo (JIT) 1.825 ± 0.013 1.809 1.854 1.01 ± 0.01
head dict_insert.cairo (AOT) 1.806 ± 0.007 1.793 1.816 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base dict_snapshot.cairo (JIT) 1.784 ± 0.040 1.740 1.864 1.06 ± 0.02
base dict_snapshot.cairo (AOT) 1.683 ± 0.011 1.669 1.698 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head dict_snapshot.cairo (JIT) 1.660 ± 0.011 1.644 1.675 1.02 ± 0.01
head dict_snapshot.cairo (AOT) 1.626 ± 0.010 1.613 1.642 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base factorial_2M.cairo (JIT) 2.243 ± 0.040 2.186 2.318 1.02 ± 0.02
base factorial_2M.cairo (AOT) 2.189 ± 0.017 2.163 2.221 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head factorial_2M.cairo (JIT) 2.109 ± 0.009 2.095 2.123 1.00 ± 0.01
head factorial_2M.cairo (AOT) 2.104 ± 0.007 2.092 2.113 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base fib_2M.cairo (JIT) 1.725 ± 0.035 1.691 1.799 1.02 ± 0.02
base fib_2M.cairo (AOT) 1.687 ± 0.019 1.664 1.734 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head fib_2M.cairo (JIT) 1.665 ± 0.008 1.656 1.683 1.02 ± 0.01
head fib_2M.cairo (AOT) 1.640 ± 0.008 1.625 1.652 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base linear_search.cairo (JIT) 1.735 ± 0.014 1.718 1.765 1.01 ± 0.01
base linear_search.cairo (AOT) 1.718 ± 0.017 1.695 1.743 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head linear_search.cairo (JIT) 1.697 ± 0.008 1.679 1.707 1.02 ± 0.01
head linear_search.cairo (AOT) 1.662 ± 0.006 1.655 1.671 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base logistic_map.cairo (JIT) 2.026 ± 0.027 1.991 2.083 1.09 ± 0.02
base logistic_map.cairo (AOT) 1.855 ± 0.010 1.838 1.866 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head logistic_map.cairo (JIT) 1.916 ± 0.010 1.902 1.930 1.07 ± 0.01
head logistic_map.cairo (AOT) 1.798 ± 0.013 1.776 1.814 1.00

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>
@TomerStarkware TomerStarkware force-pushed the tomer/bump_to_0.9.0-rc.7 branch from 88d92f9 to e05fa56 Compare May 25, 2026 13:33
@TomerStarkware TomerStarkware added this pull request to the merge queue May 26, 2026
Merged via the queue into main with commit 74e2c74 May 26, 2026
17 of 19 checks passed
@TomerStarkware TomerStarkware deleted the tomer/bump_to_0.9.0-rc.7 branch May 26, 2026 09:08
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.

2 participants