asm icon indicating copy to clipboard operation
asm copied to clipboard

About the i64.Imm()

Open bg5sbk opened this issue 10 years ago • 0 comments

Hi @crawshaw.

i64.Imm(uint8(6)) longer than i64.Imm8(6) and need type switch (performance cost).

Why not i64.Imm8(),i64.Imm16()、i64.Imm32() and i64.Imm64() ?

They are shorter、faster and strong type.

bg5sbk avatar Jan 27 '15 06:01 bg5sbk