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: Support stable compiler for VM (and some other crates) #3248

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

popzxc
Copy link
Member

@popzxc popzxc commented Nov 11, 2024

tbd

@popzxc popzxc changed the title [WIP] Stable Rust feat: Support stable compiler for VM (and some other crates) Nov 22, 2024
@@ -0,0 +1 @@

Copy link
Contributor

Choose a reason for hiding this comment

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

Is this empty file a mistake?

circuit_sequencer_api_1_4_1.workspace = true
circuit_sequencer_api_1_4_2.workspace = true
circuit_sequencer_api_1_5_0.workspace = true
circuit_sequencer_api.workspace = true
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

circuit_setup_data.wits_hint,
&worker,
let mut data_source = self.keystore.load_keys_to_data_source()?;
let circuit_setup_data = generate_light_circuit_setup_data(
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure I follow logic here. Is this the rewrite from crypto side?

Copy link
Member Author

Choose a reason for hiding this comment

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

Just copy-paste from Artyom's PR

@@ -1,4 +1,4 @@
use std::sync::Arc;
use std::{alloc::Global, sync::Arc};
Copy link
Contributor

Choose a reason for hiding this comment

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

Makes me wonder, if we hardcode the Global allocator, why we bother to allow is a template arg?

Copy link
Member Author

Choose a reason for hiding this comment

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

Just copy-paste from Artyom's PR

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.

4 participants