Characterizing WebAssembly Bytecode
Characterizing WebAssembly Bytecode
复制标题
表征 WebAssembly 字节码
DOI:
10.1145/3546918.3560809
复制
发表时间:
2022
期刊:
影响因子:
--
通讯作者:
Qin Y
中科院分区:
文献类型:
--
作者:
Qin Y
WebAssembly, known as Wasm, is an interpreted portable bytecode execution format that is growing in popularity. In this work, we perform a simple pair of characterizations of Wasm. Statically, we compare the instruction set to other portable bytecodes like JVM and PCODE, showing that Wasm operates at a lower abstraction level than JVM, similar to PCODE. Dynamically, we study the Wasm instruction mix for a set of common benchmark applications. This investigation reveals that, like JVM, data movement operations occur most frequently in instruction traces. We conclude by discussing possible future directions for optimizing Wasm execution.
DOI:
--
发表时间:
2016
期刊:
Dynamic Languages Symposium
影响因子:
--
作者:
Stefan Marr;Benoit Daloze;H. Mössenböck
通讯作者:
H. Mössenböck