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

feat: runtime, instructions, and preprocessing #1036

Merged
merged 13 commits into from
Jul 6, 2024

Conversation

tqn
Copy link
Contributor

@tqn tqn commented Jul 4, 2024

No description provided.

@tqn tqn requested a review from jtguibas July 6, 2024 00:44
@tqn tqn marked this pull request as ready for review July 6, 2024 00:44
@tqn tqn changed the title feat: preprocessing and runtime feat: runtime, instructions, and preprocessing Jul 6, 2024
Self { addr, val }
}
/// An instruction invoking the extension field ALU.
#[derive(Clone, Debug, Serialize, Deserialize)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something to think about, how to handle immediates? Will you just store to memory?

recursion/core-v2/src/mem.rs Outdated Show resolved Hide resolved
recursion/core-v2/src/mem.rs Outdated Show resolved Hide resolved
recursion/core-v2/src/runtime/mod.rs Show resolved Hide resolved
recursion/core-v2/src/runtime/program.rs Outdated Show resolved Hide resolved
recursion/core-v2/src/runtime/record.rs Outdated Show resolved Hide resolved
@tqn tqn merged commit 1412986 into experimental Jul 6, 2024
5 of 6 checks passed
@tqn tqn deleted the tqn/preprocessed-addresses branch July 6, 2024 01:01
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.

2 participants