Skip to content

Commit ecc4b43

Browse files
committed
Wasm runtime: use DataView primitives to implement bigarrays
They are recognized and inlined by V8.
1 parent 7306b7f commit ecc4b43

File tree

6 files changed

+567
-672
lines changed

6 files changed

+567
-672
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* Runtime/wasm: support unmarshaling compressed data (#1898)
2121
* Runtime/wasm: make resuming a continuation more efficient in Wasm (#1892)
2222
* Runtime/wasm: use imported string constants for JavaScript strings (#2022)
23+
* Runtime/wasm: use DataView primitives to implement bigarrays (#1979)
2324
* Compiler: improve performance of Javascript linking
2425
* Compiler: remove empty blocks (#1934)
2526
* Ppx: explicitly disallow polymorphic method (#1897)

0 commit comments

Comments
 (0)