Skip to content

feat: memory access adapters, boundary chips, merkle chip E3 #1640

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

Open
wants to merge 9 commits into
base: feat/new-execution
Choose a base branch
from

Conversation

Golovanov399
Copy link
Contributor

@Golovanov399 Golovanov399 commented May 9, 2025

Resolves INT-3801.

  • Added memory access adapters. To improve:
    • Allocate the trace buffer once before filling it as opposed to pushing to Vec how it's done now,
    • Maybe not call get_f too often (although I don't know how to avoid it normally).
  • Added volatile and persistent boundary chips tracegen,
  • Added merkle chip tracegen as described here. To improve:
    • Parallelize at least something,
    • Maybe support passing this struct between segments.
  • VmChipTestBuilder now has ::default_persistent, so all tests in extensions/rv32im/circuit pass both with volatile and persistent memory interface.

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.

1 participant