ueno opened PR #1903 from wip/dueno/cache
to master
:
When running in embedded environments, threads creation is sometimes undesirable. This adds a means to disable wasmtime's internal thread creation for parallel compilation and caches, by reusing the cache configuration as the indication (i.e., if cache is disabled, parallel compilation is also disabled).
alexcrichton submitted PR Review.
alexcrichton submitted PR Review.
alexcrichton created PR Review Comment:
I think in non-parallel mode this would want to create one
FuncTranslator
on the main thread and use that for all functions?
ueno updated PR #1903 from wip/dueno/cache
to master
:
When running in embedded environments, threads creation is sometimes undesirable. This adds a means to disable wasmtime's internal thread creation for parallel compilation and caches, by reusing the cache configuration as the indication (i.e., if cache is disabled, parallel compilation is also disabled).
Last updated: Nov 22 2024 at 16:03 UTC