Stream: git-wasmtime

Topic: wasmtime / PR #5595 fix issue #5497 #5524 #5526.


view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2023 at 07:37):

yuyang-ok edited PR #5595 from issue5497 to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2023 at 07:37):

yuyang-ok edited PR #5595 from issue5497 to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2023 at 07:40):

yuyang-ok edited PR #5595 from issue5497 to main:

fix issue #5497 #5524 #5526.

I make a mistaken about reg alloc.

        collector.reg_defs(&dst[..]);
         for d in dst.iter() {
             collector.reg_early_def(d.clone());
         }

view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2023 at 07:45):

yuyang-ok edited PR #5595 from issue5497 to main:

fix issue #5497 #5524 #5526.

I make a mistaken about reg alloc.

<img width="436" alt="Screenshot 2023-01-19 at 15 40 43" src="https://user-images.githubusercontent.com/96557710/213383238-e22545d8-c6e1-424f-9280-654bbd7c924a.png">

instruction like Select in MInst can lead to two move instruction.
We can somehow enter this situation.

move t1,t2
move t2,t1

this is wrong.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2023 at 08:06):

yuyang-ok updated PR #5595 from issue5497 to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 20 2023 at 22:05):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 20 2023 at 22:06):

cfallin merged PR #5595.


Last updated: Nov 22 2024 at 16:03 UTC