Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

sc_executor_wasmtime: Enable turning off of parallel compilation #9606

Closed
Tracked by #3211
pepyakin opened this issue Aug 23, 2021 · 0 comments · Fixed by #10003
Closed
Tracked by #3211

sc_executor_wasmtime: Enable turning off of parallel compilation #9606

pepyakin opened this issue Aug 23, 2021 · 0 comments · Fixed by #10003

Comments

@pepyakin
Copy link
Contributor

pepyakin commented Aug 23, 2021

For implementing the pre-checking game we need to perform compilation process in a single-thread.

This should be passed as a bool parallel_compilation in sc_executor_wasmtime::Semantics, which will be passed into the same name configuration in wasmtime::Config.

The bool seems to be more fitting into Config rather than Semantics. But that only the naming issue I believe. Semantics dictate the compile time configuration and Config sets runtime behavior. The Semantics can be renamed as part of the PR.

This is blocked by #9605

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant