Skip to content

Commit 11e0e52

Browse files
vouillonhhugo
authored andcommitted
Wasm runtime: use DataView primitives to implement bigarrays
They are recognized and inlined by V8.
1 parent 32e6904 commit 11e0e52

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
@@ -21,6 +21,7 @@
2121
* Runtime/wasm: support unmarshaling compressed data (#1898)
2222
* Runtime/wasm: make resuming a continuation more efficient in Wasm (#1892)
2323
* Runtime/wasm: use imported string constants for JavaScript strings (#2022)
24+
* Runtime/wasm: use DataView primitives to implement bigarrays (#1979)
2425
* Compiler: improve performance of Javascript linking
2526
* Compiler: remove empty blocks (#1934)
2627
* Ppx: explicitly disallow polymorphic method (#1897)

0 commit comments

Comments
 (0)