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

Split function body application from name in some cases #1083

Merged
merged 12 commits into from
Jan 12, 2025

Conversation

MicroProofs
Copy link
Member

@MicroProofs MicroProofs commented Jan 11, 2025

The ultimate function when used in conjunction with case_constr_apply
This splits [lam fun_name [lam fun_name2 rest ..] ..] into
[[lam fun_name lam fun_name2 rest ..]..] thus
 allowing for some crazy gains from cast_constr_apply_reducer

@MicroProofs MicroProofs requested a review from a team as a code owner January 11, 2025 10:37
@MicroProofs
Copy link
Member Author

Merge after the write bits pr to make the diff much smaller.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same size simply different ordering of lambda applications

@MicroProofs MicroProofs merged commit 6d2e388 into main Jan 12, 2025
13 checks passed
@MicroProofs MicroProofs deleted the funtion_body_split branch January 12, 2025 09:45
@@ -83,6 +83,8 @@ fn assert_outputs(
},
) == list.at(outputs, 0)

trace @"This test validator has a higher hash than the one below. Change and try again."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ In Next Release
Development

Successfully merging this pull request may close these issues.

2 participants