Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1559)

Unified Diff: src/wasm/ast-decoder.cc

Issue 2168343002: Revert "[wasm] Adding a convolution matrix filter test to highlight the performance advantages of J… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/runtime/runtime-wasm.cc ('k') | test/mjsunit/wasm/filter-jit.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wasm/ast-decoder.cc
diff --git a/src/wasm/ast-decoder.cc b/src/wasm/ast-decoder.cc
index f21e53b09b01d32e24d83f3bb2df52442a996c61..f686f6c02efa2cab91cd8f801beccec73aec1f98 100644
--- a/src/wasm/ast-decoder.cc
+++ b/src/wasm/ast-decoder.cc
@@ -17,6 +17,7 @@
#include "src/ostreams.h"
#include "src/compiler/wasm-compiler.h"
+
namespace v8 {
namespace internal {
namespace wasm {
@@ -1037,9 +1038,8 @@ class WasmFullDecoder : public WasmDecoder {
BUILD(JITSingleFunction, base.node, length.node, index.node,
operand.sig_index, operand.sig, position());
Push(kAstI32, call);
+ break;
}
- len = 1 + operand.length;
- break;
}
}
default:
« no previous file with comments | « src/runtime/runtime-wasm.cc ('k') | test/mjsunit/wasm/filter-jit.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698