Commits
User selector
Commit History
Commits on Sep 17, 2021
[JSC] Add fast property enumeration mode for JSON.stringify
Show description for 7ac9024committed
Commits on Sep 16, 2021
Unreviewed, reverting r282478.
Show description for 9539676committed
Commits on Sep 15, 2021
Move some profiling to UnlinkedCodeBlock
Show description for 0bdcc56committed
Commits on Jul 22, 2021
Fix uses of Dependency::fence with respect to the compiler outsmarting us
Show description for 5fd6b19committed
Commits on Jul 13, 2021
Revert r277027: breaks GC.
Show description for c70afbfcommitted
Mark Lam
Commits on Jul 8, 2021
Heap::waitForCollector() needs to set m_mutatorDidRun.
Show description for fc84a4fcommitted
Mark Lam
Commits on Jul 7, 2021
fitcored crashes at JavaScriptCore: JSC::Heap::releaseAccessSlow
Show description for 3b93f52committed[JSC] Do not allocate JITWorklist if JIT is disabled
Show description for 516973bcommitted
Commits on Jun 2, 2021
Remove <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::SamplingProfiler
Show description for aafd500committed
Commits on May 28, 2021
Stop using UncheckedLock in JSDOMGlobalObject
Show description for 43346eccommittedNext step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 26, 2021
Use UncheckedLock even less in JavaScriptCore
Show description for 321cdfccommittedStop using UncheckedLock in WTF::AutomaticThread
Show description for 9ff49b3committedMerge all the JIT worklists into a shared worklist
Show description for e42c8decommittedUse UncheckedLock less in JavaScriptCore
Show description for 91e855ecommitted
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committedDrop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommittedMake CheckedLock the default Lock
Show description for e801aaacommitted
Commits on May 23, 2021
Use CheckedLock in even more places
Show description for ae0b81ccommittedDrop WTF::tryHoldLock() as it is incompatible with Clang Thread Safety Analysis
Show description for 751a487committed
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedRemove WTF::holdLock() / WTF::holdLockIf()
Show description for 0791ce9committedReplace 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
[ Catalina Release JSC] A large number of JSC test appear to be flaky failing
Show description for efc8e5bcommitted
Commits on May 20, 2021
AbstractSlotVisitor::containsOpaqueRoot() should only declare didFindOpaqueRoot if the root is actually found.
Show description for 056f25acommitted
Mark Lam
Commits on May 16, 2021
IsoAlignedMemoryAllocator should use BitVector
Show description for 9f35acdcommitted
Commits on May 14, 2021
Follow-up fix for: Remove StringBuilder::appendNumber
Show description for cd7903ecommitted
Commits on May 13, 2021
Remove StringBuilder::appendNumber
Show description for e12a212committed
Commits on May 12, 2021
ConservativeRoots triggers page demand on Speedometer
Show description for 7d05e5dcommittedUnreviewed, reverting r277346.
Show description for 06c9f69committed