-
Notifications
You must be signed in to change notification settings - Fork 226
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
chore(ssa refactor): Handle Brillig calls #1744
Conversation
Co-authored-by: guipublic <47281315+guipublic@users.noreply.github.com> Co-authored-by: ludamad <adam.domurad@gmail.com>
Co-authored-by: ludamad <adam.domurad@gmail.com>
…_id_to_block_id through necessary functions
- remove magic constant - use mov_instruction method
* fix: entry point and exit point handling * feat: function linking * docs: added comments * docs: more comments
Ah, my bad with |
Changes look okay to me -- going to give it a once over again tomorrow, then we can open an issue re jumps in function calls |
@sirasistant Looks good to me, can you approve? |
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.
sure!
Had to add it to the merge queue again because seems like some CI step stalled and didn't give output |
I keep looking and being surprised this isnt in master :D |
Description
Problem*
Resolves
Summary*
Documentation
This PR requires documentation updates when merged.
Additional Context
PR Checklist*
cargo fmt
on default settings.