Commits
User selector
Commit History
Commits on Dec 22, 2025
[Swift in WebKit] Work towards having a proper JSC module (part 1)
Show description for d5630cecommitted
Commits on Aug 16, 2025
Add VMTraps stop-the-world using stack checks [Interpreters only for now]
Show description for 37f1943committed
Mark Lam
Commits on Aug 13, 2025
Miscellaneous minor code clean ups and improvements.
Show description for 43e4bf6committed
Mark Lam
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
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 Jul 11, 2022
VM should embed Interpreter.
Show description for 16e1928committed
Mark Lam
Commits on Oct 17, 2019
Use constexpr in more places and remove some unnecessary external linkage.
Show description for d2b6c67committed
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 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 Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
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