File: sparse_matrix_liveness.bin.txt

package info (click to toggle)
binaryen 108-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,424 kB
  • sloc: cpp: 151,487; javascript: 62,522; ansic: 13,124; python: 5,260; pascal: 441; sh: 75; asm: 27; makefile: 8
file content (37 lines) | stat: -rw-r--r-- 842 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
total
 [exports]      : 1       
 [funcs]        : 1       
 [globals]      : 0       
 [imports]      : 0       
 [tables]       : 0       
 [tags]         : 0       
 [total]        : 4       
 [vars]         : 8194    
 Block          : 1       
 Const          : 1       
 LocalGet       : 1       
 LocalSet       : 1       
total
 [exports]      : 1       
 [funcs]        : 1       
 [globals]      : 0       
 [imports]      : 0       
 [tables]       : 0       
 [tags]         : 0       
 [total]        : 4       
 [vars]         : 1          -8193
 Block          : 1       
 Const          : 1       
 LocalGet       : 1       
 LocalSet       : 1       
(module
 (type $none_=>_i32 (func (result i32)))
 (export "foo" (func $0))
 (func $0 (result i32)
  (local $0 i32)
  (local.set $0
   (i32.const 0)
  )
  (local.get $0)
 )
)