Skip to content

feat: zero-allocation precompile multi-call processor in Yul - #698

Open
amberly-d wants to merge 1 commit into
MDTechLabs:mainfrom
amberly-d:feat/batch-precompile-processor
Open

feat: zero-allocation precompile multi-call processor in Yul#698
amberly-d wants to merge 1 commit into
MDTechLabs:mainfrom
amberly-d:feat/batch-precompile-processor

Conversation

@amberly-d

Copy link
Copy Markdown

Closes #693

Implements BatchPrecompileProcessor library with:

  • batchVerify — batched ecrecover in pure Yul, no memory expansion
  • batchModexp — batched modular exponentiation
  • Both use fixed scratch-space buffers, never touch free memory pointer

@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@amberly-d Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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

Successfully merging this pull request may close these issues.

[CORE] Implement Zero-Allocation Precompile Multi-Call Processor in Yul

1 participant