Commits
User selector
Commit History
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Dec 10, 2025
Remove various supportsFloatingPoint MacroAssembler methods that are always true
Show description for 10992fecommitted
Commits on Feb 20, 2025
[JSC] Modernize logging in DFG / FTL
Show description for a976a26committed
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Dec 18, 2023
[JSC] Adjust inlining options
Show description for f24813dcommitted
Commits on Nov 16, 2023
Unreviewed. Fix non-unified build
Show description for 8f11193committed
Commits on Nov 1, 2023
[JSC] Add @alwaysInline attribute
Show description for 6cb56eecommitted
Commits on Sep 12, 2022
[JSC] DFG should be able to compile-and-inline op_call_eval
Show description for fd6ff6bcommitted
Commits on Mar 17, 2022
Unreviewed, non-unified build fix
Show description for dd3d0e5committed
Commits on Mar 3, 2022
Refactor OpcodeTraits to support the possibility of having 2-byte WASM opcode ids in bytecode streams
Show description for 72c2052committed
Justin Michaud
Commits on Nov 15, 2021
[JSC] Use CallLinkInfo in LLInt
Show description for f77d562committed
Commits on Sep 27, 2021
[JSC] Optimize PutByVal with for-in
Show description for 8e47e3ccommittedUnreviewed, reverting r283095.
Show description for 64e27dccommitted[JSC] Optimize PutByVal with for-in
Show description for fb09016committed
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on May 23, 2021
Support Ergonomic Brand Checks proposal (`#x in obj`)
Show description for e40702bcommitted
Commits on May 3, 2021
[WASM-Function-References] Add call_ref instruction
Show description for e772c5bauthored andcommitted
Commits on Apr 22, 2021
[JSC] DFG / FTL should inline switch_string
Show description for 70f7fa9committed
Commits on Feb 9, 2021
[ESNext] Implement private methods
Show description for 0cf8318committed
Commits on Dec 16, 2020
Non-enumerable property fails to shadow inherited enumerable property from for-in
Show description for 55e3813committed
Commits on Nov 4, 2020
[JSC] Add JITCage support
Show description for 678e617committed
Commits on Oct 6, 2020
[JSC] More consistent PtrTagging for code types
Show description for 7be0568committed
Commits on Oct 1, 2020
[JSC] We should not tag C function with JIT code related ptr tag
Show description for b63a0f1committed
Commits on Sep 23, 2020
[JSC][ESNext] Create a new opcode to handle private fields store/define
Show description for 6ba7522committed
Commits on Aug 19, 2020
Introduce OpIsCallable bytecode and intrinsic
Show description for d1e50e3committed
Commits on Aug 16, 2020
Remove OpIsObjectOrNull from ClassExprNode::emitBytecode()
Show description for b202c10committed
Commits on Jul 17, 2020
emitIsUndefined() should not special-case [[IsHTMLDDA]] objects
Show description for ed327a1committed
Commits on Jul 8, 2020
Add a way to return early from detected infinite loops to aid the fuzzer
Show description for 6385302committed
Commits on Jun 16, 2020
Make Options::useJIT() be the canonical source of truth on whether we should use the JIT.
Show description for d6ca69fcommitted
Mark Lam
Commits on Jun 15, 2020
[JSC] add machinery to disable JIT tiers when experimental features are enabled
Show description for 6013721committedsuper should not depend on __proto__
Show description for c7ecad7committed
Commits on Jun 5, 2020
[JSC] Add support for private class fields
Show description for 71128dbcommitted
Commits on May 28, 2020
hasOwnProperty inside structure property for-in loop should use an opcode like has_structure_property but for hasOwnProperty
Show description for 1ccdf7ccommitted
Commits on May 22, 2020
in_by_val inside structure property for-in loop should use an opcode like has_structure_property but for "in"
Show description for e9c3fe6committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed