Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid Sierra and casm compilation #1571

Open
pefontana opened this issue Jan 15, 2024 · 1 comment
Open

Avoid Sierra and casm compilation #1571

pefontana opened this issue Jan 15, 2024 · 1 comment

Comments

@pefontana
Copy link
Member

Now the cairo1-run crate receives the cairo program and compiled first to sierra and then to casm.
To improve the performance, we can avoid this by modifying the run function to receive the casm code

@fmoletta
Copy link
Member

fmoletta commented Apr 26, 2024

#1702 allows avoiding sierra compilation, but data from the sierra is still needed so we can't use the casm directly (yet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants