You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blockifier: address review feedback on native compilation path
- Drop unused `NativeCompiledClassV1::new_from_emu`; it had no in-tree
callers, and the sierra-emu construction path will be re-added when
the benchmarking/replay tool that needs it lands.
- Revert `process_compilation_request`'s `.map(...)` shape to a direct
`match`, moving `casm` into `NativeCompiledClassV1::new(_with_program)`
in the `Ok` arm at zero cost instead of cloning it.
- Bump pinned cairo-native rev to pick up `cargo fmt` fix on
starkware-libs/cairo_native#1613.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments