Skip to content

Commit f14f1de

Browse files
committed
Wasm runtime: use DataView primitives to implement bigarrays
They are recognized and inlined by V8.
1 parent 4da4dba commit f14f1de

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
@@ -19,6 +19,7 @@
1919
* Runtime/wasm: support jsoo_env and keep track of backtrace status (#1881)
2020
* Runtime/wasm: support unmarshaling compressed data (#1898)
2121
* Runtime/wasm: make resuming a continuation more efficient in Wasm (#1892)
22+
* Runtime/wasm: use DataView primitives to implement bigarrays (#1979)
2223
* Compiler: improve performance of Javascript linking
2324
* Compiler: remove empty blocks (#1934)
2425
* Ppx: explicitly disallow polymorphic method (#1897)

0 commit comments

Comments
 (0)