-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Update EIP-7805: IL building algorithm #9396
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: JihoonSong <jihoonsong@users.noreply.github.com>
File
|
Co-authored-by: fradamt <104826920+fradamt@users.noreply.github.com>
…l-execution-patch-2
Co-authored-by: JihoonSong <jihoonsong@users.noreply.github.com>
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.
Some minor comments regarding clarification, plus have linked my thoughts on the current idea of changes to the engine API and a disagreement on how to construct ILs 😄 👍
Thanks for feedback! Just to be clear, this PR is just to add the IL building stuff. Most of these comments apply to the original PR it's built on so will make any changes there that aren't related to IL building |
Ah ok! You could (for the diff) also point the original PR to only present the relevant diff here and not the changes of the OG PR also 😄 👍 |
Sure, you can see the diff here: https://github.com/Marchhill/EIPs/pull/4/files |
The commit 4b95936 (as a parent of 5fef53b) contains errors. |
Suggests building IL using nondeterminism and bias, explained here