File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ Benchmark
31
31
32
32
*** Environment:***
33
33
- MacBook Pro (Retina, 15-inch, Late 2013)
34
- - macOS 10.13.5
35
- - node.js v10.6 .0
36
- - rustc 1.29 .0-nightly (254f8796b 2018-07-13 )
34
+ - macOS 10.14
35
+ - node.js v10.11 .0
36
+ - rustc 1.31 .0-nightly (4bd4e4130 2018-10-25 )
37
37
38
38
*** Results:***
39
39
@@ -42,6 +42,6 @@ Benchmark
42
42
| ** AssemblyScript WASM** | ** 3167** | ** 2** |
43
43
| AssemblyScript ASMJS | 3633 | 21* |
44
44
| JavaScript | 2628 | 5* |
45
- | Rust WASM | 3876 | 15 |
45
+ | Rust WASM | 3876 | 13 |
46
46
47
47
___ * unminified___
Original file line number Diff line number Diff line change 1693
1693
(set_local $19
1694
1694
;; @ assembly/index.ts:129:23
1695
1695
(block $~lib/math/NativeMath.sqrt|inlined.0 (result f64 )
1696
- ;; @ ~lib/math.ts:1031 :30
1696
+ ;; @ ~lib/math.ts:1016 :30
1697
1697
(f64.sqrt
1698
- ;; @ ~lib/math.ts:1031 :29
1698
+ ;; @ ~lib/math.ts:1016 :29
1699
1699
(get_local $18 )
1700
1700
)
1701
1701
)
2157
2157
)
2158
2158
)
2159
2159
)
2160
- ;; @ ~lib/math.ts:1031 :30
2160
+ ;; @ ~lib/math.ts:1016 :30
2161
2161
(f64.sqrt
2162
- ;; @ ~lib/math.ts:1031 :29
2162
+ ;; @ ~lib/math.ts:1016 :29
2163
2163
(get_local $18 )
2164
2164
)
2165
2165
)
Original file line number Diff line number Diff line change 6
6
use core:: intrinsics;
7
7
use core:: panic:: PanicInfo ;
8
8
9
- #[ panic_implementation ]
9
+ #[ panic_handler ]
10
10
#[ no_mangle]
11
11
pub fn panic ( _info : & PanicInfo ) -> ! {
12
12
unsafe { intrinsics:: abort ( ) }
You can’t perform that action at this time.
0 commit comments