Stream: git-wasmtime

Topic: wasmtime / issue #1124 Use optimal MOV encodings for SIMD...


view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 23:11):

cfallin commented on issue #1124:

@abrown can you check whether this is still an issue in the new backends? We should have better alignment at least of stack slots now, so any remaining MOVUPS can probably become MOVAPS, but we should audit...

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 23:18):

abrown commented on issue #1124:

So I saw you mention earlier that the constant pool is now aligned--can you point me to that?

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 23:18):

abrown edited a comment on issue #1124:

So I saw you mention earlier that the constant pool is now aligned--can you point me to that? [edit: let me tag @cfallin so that it doesn't get lost in all the notification churn]

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 23:22):

cfallin commented on issue #1124:

@abrown that happens due to the alignment method here I think: link. Then we pass that alignment to the MachBuffer here.


Last updated: Nov 22 2024 at 16:03 UTC