Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 17, 2021
Unreviewed fix for JSCOnly build with ENABLE_DFG_JIT off.
Show description for 7a9115ecommitted
Commits on Sep 3, 2021
Unreviewed, non-unified JSC build fix following 241222@main.
Show description for 95d6aadcommitted
Commits on Aug 23, 2021
[JSC] Remove already-shipped wasm option flags
Show description for 907efddcommitted[JSC] Remove already-shipped JS feature flags
Show description for bb751b0committed
Commits on Aug 9, 2021
Adding missing REFERENCED_FROM_ASM annotations to facilitate LTO
Show description for 2a6731bauthored andcommitted
Commits on Jul 31, 2021
Improve OSR entry into Wasm loops with arguments
Show description for 5f2cd74committed
Robin Morisset
Commits on Jul 23, 2021
[JSC] Call custom accessors / values with their holder's global object
Show description for b2f5baecommitted
Commits on Jun 28, 2021
Prevent sign-extended casts for 32 bits arch
Show description for a72d685authored andcommitted
Commits on Jun 25, 2021
[WASM-Function-References] Add support for (ref null? $t) type constructor
Show description for 5792157authored andcommittedUse ldp and stp more for saving / restoring registers on ARM64.
Show description for 37b6b28committed
Mark Lam
Commits on Jun 21, 2021
[JSC] Fix consistency check during stack splitting in Wasm::LLIntGenerator::addLoop
Show description for 7cdc6ddauthored andcommitted
Release assert memory in JSC::Wasm::Memory::growShared(JSC::Wasm::PageCount)::<lambda()>
Show description for 7cf8227committed
Commits on Jun 2, 2021
Drop Checked::safeGet()
Show description for 24767fccommittedUse Checked aliases instead of Checked<T, RecordOverflow>
Show description for eedcca1committedRemove <wtf/Optional.h>
Show description for 786e703committedRename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 29, 2021
Stop using UncheckedLock in JSC::WasmCalleeRegistry
Show description for 0596908committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 27, 2021
Leverage the new Vector(const T*, size_t) constructor
Show description for d3e3088committed
Commits on May 26, 2021
Use UncheckedLock even less in JavaScriptCore
Show description for 321cdfccommittedStop using UncheckedLock in WTF::AutomaticThread
Show description for 9ff49b3committed
Commits on May 24, 2021
Make CheckedLock the default Lock
Show description for e801aaacommitted
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 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 21, 2021
Fix Python 3.6+ DeprecationWarnings about unknown escapes
Show description for c36e818committed
Commits on May 18, 2021
Add Data Call ICs that don't repatch and use them in the baseline JIT
Show description for 3de6f84committed[JSCOnly] Non unified build fixes
Show description for b065b66committed
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 May 9, 2021
[JSC] Fix invalid exception checks after recent ErrorInstance changes
Show description for 0efb14ccommitted