sparker-arm commented on issue #4269:
Okay thanks, I will get profiling.
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
andType::log2_lane_count
to return a u32, while modifyingBitSet::contains
to take a u32.I also removed
ValueData::ty
and directly implemented it onValueDataPacked
instead.
sparker-arm commented on issue #4269:
I've uploaded the Type API changes in #4280.
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