// Test the compiled result of this function, but be very careful not to run // it, because we don't want it to tier-up. This is close to being the // smallest wasm function whose entry-point tier-up check will have a down-step // of 3, which is what we check for below.
let t = `
(module
(func $f (export "f") (param i32) (result i32)
(local.get 0)
(i32.const1)
i32.add
(i32.const2)
i32.and
(i32.const3)
i32.or
(i32.const4)
i32.xor
(i32.const5)
i32.add
(i32.const6)
i32.and
(i32.const7)
i32.or
(i32.const8)
i32.xor
(i32.const9)
i32.add
(i32.const10)
i32.and
(i32.const11)
i32.or
(i32.const12)
i32.xor
(i32.const13)
i32.add
(i32.const14)
i32.and
(i32.const15)
i32.or
(i32.const16)
i32.xor
(i32.const17)
i32.add
(i32.const18)
i32.and
(i32.const19)
i32.or
)
)
`;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.