-
Notifications
You must be signed in to change notification settings - Fork 483
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
[Builtins] Inline 'mkMachineParameters' in its full glory #4481
[Builtins] Inline 'mkMachineParameters' in its full glory #4481
Conversation
/benchmark plutus-benchmark:validation |
Comparing benchmark results of 'plutus-benchmark:validation' on '8f6840162' (base) and 'a0d09aecc' (PR)
|
-6.7% on average. The best we've seen so far in this series of PRs. Somehow, unlifting (and lifting) now does get optimized without us inlining Costing stuff does not get optimized, since What's up with the CI? Let's merge this bad boy. |
Baffling. Well, if the dumb approach works, that's nice I guess! |
The darwin builders are still broken, merging. |
A minimal version of #4435, no
readKnown
inlining, no nothing.