Stream: git-wasmtime

Topic: wasmtime / issue #4269 Cranelift: support 14-bit Type ind...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 15 2022 at 09:29):

sparker-arm commented on issue #4269:

Okay thanks, I will get profiling.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 15 2022 at 16:17):

sparker-arm commented on issue #4269:

So, _I think__, I've got the overhead down to 0.15%. I've modified Type::log2_lane_bits and Type::log2_lane_count to return a u32, while modifying BitSet::contains to take a u32.

I also removed ValueData::ty and directly implemented it on ValueDataPacked instead.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2022 at 11:16):

sparker-arm commented on issue #4269:

I've uploaded the Type API changes in #4280.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 05 2022 at 16:00):

cfallin commented on issue #4269:

@sparker-arm this is ready for review so that you can rebase the dynamic-vectors work on top of it!


Last updated: Nov 22 2024 at 17:03 UTC