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

[optimization] Skip receipt appending during predicate execution #589

Closed
Voxelot opened this issue Sep 26, 2023 · 1 comment
Closed

[optimization] Skip receipt appending during predicate execution #589

Voxelot opened this issue Sep 26, 2023 · 1 comment
Assignees

Comments

@Voxelot
Copy link
Member

Voxelot commented Sep 26, 2023

Receipts aren't available from predicates, however some opcodes like RET are allowed in a predicate context and will incur extra costs due to receipt merkleization (the result of which is just thrown away).

While predicates are unlikely to generate a significant number of receipts, removing this additional step would improve performance.

@xgreenx
Copy link
Collaborator

xgreenx commented Jun 15, 2024

It as optimized during #678

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants