Commits
User selector
Commit History
Commits on Jun 25, 2021
[WASM-Function-References] Add support for (ref null? $t) type constructor
Show description for 5792157authored andcommitted
Commits on May 23, 2021
Enhance Link Buffer stats to have more fine grain profiles, and to collect count information.
Show description for 2dba95ecommitted
Mark Lam
Commits on May 18, 2021
Add Data Call ICs that don't repatch and use them in the baseline JIT
Show description for 3de6f84committed
Commits on May 10, 2021
Add support to collect stats on cumulative LinkBuffer linked sizes based on profiles.
Show description for f551322committed
Mark Lam
Commits on Mar 29, 2021
[JSC] Use helper method when possible to store data in the callframe header
Show description for 2302403committed
commit-queue@webkit.org
Commits on Mar 5, 2021
[WASM-Function-References] Update ref.func to produce (ref $t)
Show description for a50571cauthored andcommitted
Commits on Mar 3, 2021
[WASM-Function-References] Extend wasm type with type index
Show description for 0f1ff8eauthored andcommitted
Commits on Jan 5, 2021
[WASM] [BigInt] Add I64 to BigInt conversion
Show description for 3140f4acommitted
Commits on Nov 7, 2020
[WASM-References] Rename anyref to externref
Show description for 2d77a71authored andcommitted
Commits on Aug 31, 2020
[JSC] StructureStubInfo / CallLinkInfo / ByValInfo should set CodeOrigin or BytecodeIndex at construction
Show description for 464aa2dcommitted
Commits on Jul 1, 2020
Rename zeroExtend32ToPtr to zeroExtend32ToWord
Show description for e9e3831committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Dec 22, 2019
[JSC] Improve our bound function implementation
Show description for 5ac8cbccommitted
Commits on Dec 4, 2019
[JSC] Remove WebAssemblyToJSCallee
Show description for f4e7840committed
Commits on Oct 24, 2019
[JSC] Properly organize wasm operations
Show description for 3cdc311committed[JSC] Remove wasmAwareLexicalGlobalObject
Show description for dcedbfacommitted[JSC] Figure out missing prepareCallOperation
Show description for 23f32aecommitted
Commits on Oct 22, 2019
[JSC] Remove non-LargeAllocation restriction for JSCallee
Show description for 734cd5dcommitted[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 1, 2019
Add support for the Wasm multi-value proposal
Show description for fbf1012committed
Commits on Sep 19, 2019
Replace JSValue #defines with static constexpr values.
Show description for e36951acommitted
Mark Lam
Commits on Aug 27, 2019
Refactor to use VM& instead of VM* at as many places as possible.
Show description for b236c61committed
Mark Lam
Commits on Aug 14, 2019
[JSC] Make PAC jump and return more explicit
Show description for 8fa02a6committed
Commits on Jun 19, 2019
[WASM-References] Rename anyfunc to funcref
Show description for 9551a06committed
Justin Michaud
Commits on Jun 17, 2019
[WASM-References] Add support for Funcref in parameters and return types
Show description for 421b27bcommitted
Justin Michaud
Commits on May 18, 2019
[WASM-References] Add support for Anyref in parameters and return types, Ref.null and Ref.is_null for Anyref values.
Show description for b5f08c5committed
Justin Michaud
Commits on Mar 17, 2019
REGRESSION: !vm.isInitializingObject() void* JSC::tryAllocateCellHelper<JSC::Structure> JSC::Structure::create
Show description for a4798d4committed
Commits on Feb 27, 2019
Remove poisons in JSCPoison and uses of them.
Show description for ff3b188committed
Mark LamwasmToJS() should purify incoming NaNs.
Show description for 5c14cd8committed
Mark Lam
Commits on Jan 26, 2019
[JSC] NativeErrorConstructor should not have own IsoSubspace
Show description for 155e8a0committed
Commits on Sep 7, 2018
[WebAssembly] Optimize JS to Wasm call by using pointer of Signature as SignatureIndex
Show description for c37b4a6committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on May 31, 2018
[JSC] Pass VM& parameter as much as possible
Show description for 599d9b7committed
Commits on Apr 20, 2018
Some JSEntryPtrTags should actually be JSInternalPtrTags.
Show description for defef81committed
Mark Lam
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam