Stream: git-wasmtime

Topic: wasmtime / PR #2755 Cranelift: remove logging of vcode wh...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 23 2021 at 14:19):

bnjbvr opened PR #2755 from vcode-debug-in-debug-only to main:

This logging step may be quite expensive, since rendering the VCode into strings has never been
optimized at all and is using pretty naive string concatenation. Removing it is a clear compile times win for a large wasm module I'm looking at. These are the results with parallel compilation enabled, so there could be an overall speedup due to less malloc lock contention too.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 23 2021 at 14:22):

alexcrichton submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 23 2021 at 14:57):

bjorn3 submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 23 2021 at 14:57):

bjorn3 created PR Review Comment:

    // if the Debug level hasn't been statically (through features) or dynamically (through

view this post on Zulip Wasmtime GitHub notifications bot (Mar 23 2021 at 15:07):

bnjbvr updated PR #2755 from vcode-debug-in-debug-only to main.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 23 2021 at 15:07):

bnjbvr merged PR #2755.


Last updated: Oct 23 2024 at 20:03 UTC