Stream: git-wasmtime

Topic: wasmtime / PR #1451 Remove duplication of map_reg; fixes ...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 19:51):

abrown requested yurydelendik for a review on PR #1451.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 19:51):

abrown opened PR #1451 from fix-1245 to master:

Both cranelift-codegen and wasmtime-debug need to map Cranelift registers to Gimli registers. Previously both crates had an almost-identical map_reg implementation. This change:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 19:52):

abrown submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 19:52):

abrown created PR Review Comment:

This could probably take a &'static str?

view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 21:39):

yurydelendik submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 21:39):

yurydelendik created PR Review Comment:

Yes, let's make it &'static str.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 21:39):

yurydelendik submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 22:04):

abrown updated PR #1451 from fix-1245 to master:

Both cranelift-codegen and wasmtime-debug need to map Cranelift registers to Gimli registers. Previously both crates had an almost-identical map_reg implementation. This change:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 22:42):

abrown merged PR #1451.


Last updated: Oct 23 2024 at 20:03 UTC