You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should generate data on how the instructions are used. This could be a script that parses a wasm file and aggregates some basic patterns, e.g. opcode count, consecutive opcodes, etc. This will feed into what sort of optimizations we can start performing (e.g. unroll patterns like local.getlocal.geti32.add)
The text was updated successfully, but these errors were encountered:
We should generate data on how the instructions are used. This could be a script that parses a wasm file and aggregates some basic patterns, e.g. opcode count, consecutive opcodes, etc. This will feed into what sort of optimizations we can start performing (e.g. unroll patterns like
local.get
local.get
i32.add
)The text was updated successfully, but these errors were encountered: