-
Notifications
You must be signed in to change notification settings - Fork 160
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
Create only the builtins used by the program when running cairo 1 programs #1457
Merged
Conversation
This file contains 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
Benchmark Results for unmodified programs 🚀
|
fmoletta
requested review from
igaray,
Oppen,
entropidelic,
juanbono,
pefontana and
Juan-M-V
as code owners
October 9, 2023 20:59
pefontana
approved these changes
Oct 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work @fmoletta !!!
…-vm into set-builtins-from-args
…nto set-builtins-from-args
toni-calvin
approved these changes
Oct 16, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Oppen
approved these changes
Oct 17, 2023
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 23, 2023
* Add basic example for running Cairo 1 programs * FileWriter * Fix issue * Fix cargo lock * Fix typo * CLI for cairo1 run * CLI * Test for the cli * Clone corelib, add it to ignore * Delete pub, set bincode to workspace * Delete corelib * New line * Remove corelib, download it * .Phony * Add readme documentation * change place of doc in readme * Run with release * Try running all files * Fix makefile to compile everything * add workflow * Endlines * test workflow * change on in workflow * yaml fix * change on in workflow * change on in workflow * Fix typo * Fix cairo vm dependecy * Modify changelog * Modify workflow * Clone with https * use cairo1 run makefile * Add cairo 1 programs * Pin cairo version to 2.2.0 * Update documentation * Update workflow * Add cairo 1 program * Update dependencies * Update test workflow * Extract entrypoint from function name * Extract return values from main func and distinguish panics (First darft, needs cleaning) * Improve return values output * Show panick data * Parse panic data * Remove TODO & some unwraps * Add newline at end of file * Use own Cairo1HintProcessor instead or importing the one on cairo_lang_runner * Remove RunFunctionContext * Remove more imports * Use fixed entrypoint * Use fixed entrypoint * Miror find_function * Mirror create_code_footer * Miror create_entry_code * Remove cairo_lang_runner imports * unpin cairo-vm dependency * Add layout flag to make run * Remove dependency * Remove comment * fmt + clippy * Add changelog + update lock * Validate values in tests 7 fix return values * Fix test * fmt * clippy * Remove unwraps * Bump cairo imports version * Bump dep version * fmt * Remove unwrap * Create only the builtins used by the program when running cairo 1 programs (#1457) * Add features to cairo1-run * Add cairo1-run to default members * Add mimalloc dependency * Try stuff * Revert "Try stuff" This reverts commit 5fb206c. * Free up space in ubuntu runner * Also partition test-no-std * Revert "Free up space in ubuntu runner" This reverts commit 076ac69. --------- Co-authored-by: Mariano Nicolini <[email protected]> Co-authored-by: Milton <[email protected]> Co-authored-by: mmsc2 <[email protected]> Co-authored-by: Pedro Fontana <[email protected]>
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.
TITLE
Description
Description of the pull request changes and motivation.
Checklist