Commits
User selector
Commit History
Commits on May 26, 2021
Use UncheckedLock even less in JavaScriptCore
Show description for 321cdfccommitted
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committedStop using holdLock() in JSC as it is not compatible with Clang thread safety analysis
Show description for 83f518bcommitted
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 Jan 28, 2021
WebAssembly: add support for stream APIs
Show description for 9783bd1committed
Commits on Jan 23, 2021
[JSC] Allow to build WebAssembly without B3
Show description for 0f083bbauthored andcommitted
Commits on Jan 19, 2021
[JSC] Implement a B3::Compilation replacement for wasm-llint
Show description for e52f93ccommitted
commit-queue@webkit.org
Commits on Jan 13, 2021
[JSC] Remove the unused compilation byproducts from the wasm embedder entrypoint
Show description for 2715f2dauthored andcommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Apr 6, 2020
Implement 1GB of executable memory on arm64
Show description for f43d544committed
Commits on Feb 13, 2020
Add options for debugging WASM code.
Show description for 72dfaa3committed
Mark Lam
Commits on Dec 10, 2019
[WebAssembly] Remove WasmValidate
Show description for d1f7d20committed
Commits on Dec 6, 2019
[WebAssembly] Fix LLIntCallee's ownership
Show description for d1b1446committed
Commits on Dec 5, 2019
[WebAssembly] Validate and generate bytecode in one pass
Show description for da01401committed
Commits on Nov 6, 2019
[WebAssembly] Allow tiering up from LLInt to BBQ
Show description for cfa6297committed
Commits on Oct 31, 2019
[WebAssembly] Create a Wasm interpreter
Show description for 21edee6committed
Commits on Oct 1, 2019
Add support for the Wasm multi-value proposal
Show description for fbf1012committed
Commits on Sep 18, 2019
Unreviewed, rolling out r250002.
Show description for 1bbdf79committedUse constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Sep 17, 2019
Change WebAssembly calling conventions
Show description for 22686f7committed
Commits on Sep 10, 2019
[WebAssembly] Use StreamingParser in existing Wasm::BBQPlan
Show description for 9d7b11ecommitted
Commits on Aug 20, 2019
[JSC] OSR entry to Wasm OMG
Show description for 422b06ecommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 18, 2019
[JSC] WebAssembly BBQ should switch compile mode for size of modules
Show description for 4c75857committed
Commits on Aug 2, 2019
[JSC] Support WebAssembly in SamplingProfiler
Show description for 607ce63committed
Commits on Jun 17, 2019
[WASM-References] Add support for Funcref in parameters and return types
Show description for 421b27bcommitted
Justin Michaud
Commits on Jun 12, 2019
Unreviewed, rolling out r246322.
Show description for acaf7c1committed
Commits on Jun 11, 2019
Roll out PAC cage
Show description for 3146c2dcommitted
Commits on Jun 3, 2019
Finish cleanup of String::number for floating point
Show description for 199728bcommitted
Commits on May 8, 2019
Remove Gigacage from arm64 and use PAC for arm64e instead
Show description for 3504253committed
Commits on Feb 15, 2019
[WebAssembly] Write a new register allocator for Air O0 and make BBQ use it
Show description for af6d167committed
Commits on Jan 31, 2019
[WebAssembly] Change BBQ to generate Air IR
Show description for 07fdcb9committed
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