Description[wasm] Adding a convolution matrix filter test to highlight the performance advantages of JITing
This cl also fixes two bugs in the previous code:
1) JITed functions were not allowed access to the heap because the module instance wasn't correctly synthesized. This wasn't discovered in the previous test.
2) Decoding of functions with the JITSingleFunction opcode was off by 1 as the length of the opcode wasn't computed correctly.
BUG=5044
Committed: https://crrev.com/ccfd224ec3d1d9fd3b7e577f1db91bdf1e30d1f0
Cr-Commit-Position: refs/heads/master@{#37957}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Removed unnecessary changes #
Total comments: 3
Messages
Total messages: 16 (8 generated)
|