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

Side by Side Diff: test/mjsunit/asm/regress-669899.js

Issue 2546553002: [wasm] [asm.js] Ignore unused function tables in AsmWasmBuilder. (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « src/asmjs/asm-wasm-builder.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2016 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 try {
6 (function () {
7 })();
8 } catch(e) {; }
9 function __f_113() {
10 }
11 (function () {
12 function __f_89() {
13 "use asm";
14 function __f_63(__v_26, __v_28) {
15 __v_26 = __v_26|0;
16 __v_28 = __v_28|0;
17 }
18 function __f_21(table_id, fun_id, arg1, arg2) {
19 table_id = table_id|0;
20 fun_id = fun_id|0;
21 arg1 = arg1|0;
22 arg2 = arg2|0;
23 }
24 var __v_17 = [];
25 }
26 var module = __f_89();
27 })();
OLDNEW
« no previous file with comments | « src/asmjs/asm-wasm-builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698