Commits
User selector
Commit History
Commits on Jun 5, 2026
[JSC] Fix opcode assert for Array.p.sort OSR exit
Show description for e7d51d1committed
Commits on May 20, 2026
[JSC] Collect profile from Baseline JIT compiler when LLInt -> Baseline
Show description for 2275284committed
Commits on May 11, 2026
[JSC] Inline small sorting in DFG / FTL
Show description for cab7a45committed
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Apr 19, 2026
Drop jsDynamicCast<>() in favor of dynamicDowncast<>()
Show description for a6df288authored andcommitted
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839committed
Commits on Mar 5, 2026
Re-enable unsafe-buffer-usage-in-format-attr-call warning, with failures now fixed
Show description for bae0eaecommitted[JSC] LLInt arity fix needs to be done against sp
Show description for 2a07f26authored andcommitted
Commits on Feb 16, 2026
[JSC] Remove op_tail_call_forward_arguments
Show description for 8bbfb11committed
Commits on Jan 15, 2026
ThrowScopes should not be able to clear termination exceptions
Show description for 67abaaacommitted
Commits on Jan 10, 2026
[JSC] Optimize callMicrotask
Show description for d43cce5committed[JSC] Add `getConstructDataInline`
Show description for 7793cd7committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Oct 16, 2025
[JSC] Add getCallDataInline in JSC
Show description for 771c848committed
Commits on Oct 8, 2025
Throwing TerminationException from a function prologue should zombify the top frame.
Show description for 75aed5ecommitted
Mark Lam
Commits on Oct 5, 2025
ASSERTION FAILED: constructor.isObject() when OSR from an inlined function
Show description for 8b9fc1bauthored andcommitted
Commits on Sep 17, 2025
ReferenceError doesn't include variable name in error message
Show description for 412a6c0committed
Commits on Aug 25, 2025
CLoop stack overflow detection code in llint_check_stack_and_vm_traps is incorrect.
Show description for 71841d2committed
Mark Lam[JSC] Fix exception scope handling in llint_check_stack_and_vm_traps
Show description for 0693d90committed
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 Jul 11, 2025
Unreviewed, relanding 297160@main
Show description for 7e143bacommitted
Commits on Jul 10, 2025
Unreviewed, reverting 297160@main.
Show description for e0c0c1bauthored andcommitted[JSC] Use `enum class` for `CompilationResult`, `CachedCodeBlockTag`, `CodeSpecializationKind` for Safer C++
Show description for a2ae581authored andcommitted
Commits on Jul 9, 2025
[JSC] Add list style switch
Show description for 5085bf6committed[JSC] Use `enum class` for `ArityCheckMode` for Safer C++
Show description for 658f55eauthored andcommitted
Commits on Jun 22, 2025
[JSC] Filter out GetByStatus with constant identifier
Show description for d41bc43committed
Commits on Jun 7, 2025
[JSC] Optimize eval code carefully
Show description for 62c1c4ccommitted
Commits on May 4, 2025
Use C++ [[fallthrough]]
Show description for fb045b8committed
Commits on May 3, 2025
Do further adoption of [[likely]] / [[unlikely]] in JSC
Show description for 3d0b49acommitted
Commits on Apr 17, 2025
StringImpl refcounting should be atomic
Show description for 5caae6bcommitted
Commits on Apr 12, 2025
Web Inspector: Debugger: add a way to step over `await` as though it was sync code
Show description for 6eceba5committed
Commits on Mar 17, 2025
[JSC] Add NewRegExpUntyped DFG node
Show description for d8448d0committed
Commits on Feb 27, 2025
Address Safer CPP failures in JSContext
Show description for 4903b29committed