Stream: git-wasmtime

Topic: wasmtime / Issue #1103 Ebb removed even when still part o...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2021 at 17:07):

bjorn3 commented on Issue #1103:

Completely forgot about this issue when I reported #2670. Fixed by #2683.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2021 at 17:07):

bjorn3 closed Issue #1103:

test compile
target x86_64

function u0:0() -> i32 system_v {
    jt0 = jump_table [ebb1]

ebb0:
    v0 = iconst.i32 0
    return v0

ebb1:
    trap user0
}

function u0:0() -> i32 [%rax] system_v {
    jt0 = jump_table [ebb1]
;   ^~~~~~~~~~~~~~~~~~~~~~~
; error: jt0: invalid ebb reference ebb1


                                ebb0:
[RexOp1pu_id#b8]                    v0 = iconst.i32 0
[Op1ret#c3]                         return v0
}

; 1 verifier error detected (see above). Compilation aborted.


Last updated: Oct 23 2024 at 20:03 UTC