Stream: git-wasmtime

Topic: wasmtime / issue #6303 aarch64: Remove unnecessary saves ...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2023 at 14:35):

alexcrichton commented on issue #6303:

Given the PRegSet::union_from method, I think this could also be modeled as caller_clobbers.union_from(callee_clobbers) == caller_clobbers?

view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2023 at 17:45):

cfallin commented on issue #6303:

Given the PRegSet::union_from method, I think this could also be modeled as caller_clobbers.union_from(callee_clobbers) == caller_clobbers?

Ah yes indeed! Very nice.


Last updated: Nov 22 2024 at 16:03 UTC