Stream: git-wasmtime

Topic: wasmtime / PR #1903 wasmtime: Enable parallel compilation...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 19 2020 at 13:52):

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).

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2020 at 15:27):

alexcrichton submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2020 at 15:27):

alexcrichton submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2020 at 15:27):

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?

view this post on Zulip Wasmtime GitHub notifications bot (Jun 24 2020 at 17:59):

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