-
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] Replace a match on 'Refl' with a call to 'unsafeCoerce' #4400
Conversation
/benchmark plutus-benchmark:validation |
Comparing benchmark results of 'plutus-benchmark:validation' on 'afe6dcd54' (base) and 'd937da3ef' (PR)
|
??? |
I do not see any problems in Core, hence /benchmark plutus-benchmark:validation |
/benchmark plutus-benchmark:validation |
Comparing benchmark results of 'plutus-benchmark:validation' on 'afe6dcd54' (base) and 'd937da3ef' (PR)
|
A mystery. |
I think |
It's |
Just being curious how much that redundant match on
Refl
costs us.