Commits
User selector
Commit History
Commits on Aug 13, 2025
Miscellaneous minor code clean ups and improvements.
Show description for 43e4bf6committed
Mark Lam
Commits on Dec 18, 2024
Fix CLoop build after 284499@main and unsafe-buffer-usage
Show description for be8529bcommitted
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
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 db20ed5committed
Commits on Jul 23, 2019
[bmalloc] Each IsoPage gets 1MB VA because VMHeap::tryAllocateLargeChunk rounds up
Show description for 8f582cccommitted
Commits on Jan 14, 2019
Fix all CLoop JSC test failures (including some LLInt bugs due to recent bytecode format change).
Show description for 3fdde71committed
Mark Lam
Commits on Nov 28, 2018
ASSERTION FAILED: capacity && isPageAligned(capacity) in JSC::CLoopStack::CLoopStack(JSC::VM&).
Show description for a423548committed
Mark Lam
Commits on Sep 22, 2018
[JSC] Enable LLInt ASM interpreter on X64 and ARM64 in non JIT configuration
Show description for db55065committed
Commits on Apr 5, 2018
[WTF] Remove StaticLock
Show description for 488014dcommitted
Commits on Nov 24, 2017
Fix CLoop::sanitizeStack() bug where it was clearing part of the JS stack in use.
Show description for ee7b1d5committed
Mark Lam
Commits on Jul 13, 2016
CLoop buildfix after r203142
Show description for dea9cf5committedWe should use different stack limits for stack checks from JS and host code.
Show description for 5a03dc3committed
Mark Lam
Commits on Jul 12, 2016
More stack limit and reserved zone renaming.
Show description for 6fabe8dcommitted
Mark Lam
Commits on Jul 11, 2016
Refactor JSStack to only be the stack data structure for the C Loop.
Show description for c74920ecommitted
Mark Lam
Loading