Commits
User selector
Commit History
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Mar 22, 2021
Unreviewed, fix Mac and non-unified JSCOnly builds
Show description for 90c12c0committed
Commits on Feb 19, 2021
Implement a GC verifier.
Show description for c3ca5dccommitted
Mark Lam
Commits on Jan 29, 2021
[JSC] WebAssembly.Global should support Funcref and Externref
Show description for 738b4b7authored andcommitted
Commits on Jan 8, 2021
[WASM-References] Add optional default value parameter for Table.constructor, Table.grow and Table.set
Show description for fcb8acfauthored andcommitted
Commits on Dec 7, 2020
[WASM-References] Add support for table.copy
Show description for 65d8895authored andcommitted
Commits on Nov 7, 2020
[WASM-References] Rename anyref to externref
Show description for 2d77a71authored andcommitted
Commits on Jan 3, 2020
Experiment: create lots of different malloc zones for easier accounting of memory use
Show description for bc771eccommitted
Commits on Oct 31, 2019
[WebAssembly] Create a Wasm interpreter
Show description for 21edee6committed
Commits on Jun 18, 2019
[WASM-References] Add support for multiple tables
Show description for f8e5d3ccommitted
Justin Michaud
Commits on Jun 16, 2019
[JSC] Grown region of WasmTable should be initialized with null
Show description for 24e1514committed
Commits on Jun 6, 2019
[WASM-References] Add support for Anyref tables, Table.get and Table.set (for Anyref only).
Show description for 64c6c19committed
Justin Michaud
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Oct 10, 2018
[JSC] Rename createXXX to tryCreateXXX if it can return RefPtr
Show description for fe8ab64committed
Commits on Mar 30, 2018
Use MacroAssemblerCodePtr in Wasm code for code pointers instead of void*.
Show description for 5388171committed
Mark Lam
Commits on Jan 9, 2018
WebAssembly: mask indexed accesses to Table
Show description for e7e0007committed
Commits on Oct 26, 2017
WebAssembly: no VM / JS version of our implementation
Show description for 43f84e9committed
Commits on Oct 20, 2017
WebAssembly: no VM / JS version of everything but Instance
Show description for 6b950e6committed
Commits on Oct 6, 2017
Unreviewed, rolling out r222791 and r222873.
Show description for 8171170authored andcommitted
Commits on Oct 4, 2017
WebAssembly: address no VM / JS follow-ups
Show description for b1ca540committed
Commits on Oct 3, 2017
WebAssembly: no VM / JS version of everything but Instance
Show description for 26ecac5committed
Loading