Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on May 22, 2021
Stop using holdLock() in JSC as it is not compatible with Clang thread safety analysis
Show description for 83f518bcommitted
Commits on May 3, 2021
[WASM-Function-References] Add call_ref instruction
Show description for e772c5bauthored andcommitted
Commits on Jan 23, 2021
[JSC] Allow to build WebAssembly without B3
Show description for 0f083bbauthored andcommitted
Commits on Dec 28, 2020
[WASM-References] Fix table.init and table.grow to satisfy the spec
Show description for 24217d7authored andcommitted
Commits on Dec 27, 2020
[WASM-References] Adjust table.fill to satisfy the spec
Show description for 47b2982authored andcommitted
Commits on Dec 17, 2020
[WASM-References] Add support for memory.copy, memory.init and data.drop
Show description for bae0f9dauthored andcommitted
Commits on Dec 15, 2020
[WASM-References] Add support for memory.fill
Show description for 36ccf4aauthored andcommitted
Commits on Dec 11, 2020
[WASM-References] Add table.init
Show description for 3c4c644authored andcommitted
Commits on Dec 7, 2020
[WASM-References] Add support for table.copy
Show description for 65d8895authored andcommitted
Commits on Nov 28, 2020
[JSC] Add wasm atomics instructions
Show description for 0587157committed
Commits on Nov 4, 2020
[JSC] Add JITCage support
Show description for 678e617committed
Commits on Oct 9, 2020
Unreviewed, reland r268170
Show description for 77e6cf4committedUnreviewed, reverting r268170 and r268190.
Show description for 5e91548committed
Commits on Oct 8, 2020
[JSC] Restrict more ptr-tagging and avoid using OperationPtrTag for JIT code
Show description for 2fdce0ecommitted
Commits on Jun 16, 2020
Make Options::useJIT() be the canonical source of truth on whether we should use the JIT.
Show description for d6ca69fcommitted
Mark Lam
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Feb 13, 2020
Add options for debugging WASM code.
Show description for 72dfaa3committed
Mark Lam
Commits on Jan 23, 2020
Don't include BytecodeStructs.h in CommonSlowPaths.h
Show description for 2a61047committed
Robin Morisset
Commits on Jan 17, 2020
Reland bytecode checkpoints since bugs have been fixed
Show description for 198b075committed
Commits on Jan 15, 2020
Revert bytecode checkpoints since it breaks watch
Show description for 356c0f3committed
Commits on Dec 24, 2019
DFG/FTL should be able to exit to the middle of a bytecode
Show description for c131525committed
Commits on Dec 15, 2019
[GTK][WPE] Fix various non-unified build issues introduced since r251698
Show description for 857ed80committed
Commits on Dec 5, 2019
[WebAssembly] Validate and generate bytecode in one pass
Show description for da01401committed
Commits on Dec 4, 2019
Adopt the new WebAssembly.Global system
Show description for 3a60ed8committed
Commits on Nov 6, 2019
[WebAssembly] Allow tiering up from LLInt to BBQ
Show description for cfa6297committed
Commits on Nov 1, 2019
Fix GTK build after r251886
Show description for 830b1eacommitted
Commits on Oct 31, 2019
[WebAssembly] Create a Wasm interpreter
Show description for 21edee6committed
Loading