Commits
User selector
Commit History
Commits on May 18, 2026
[JSC] Shrink sizeof(JSGenerator)
Show description for e0704d3committed
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on Apr 21, 2026
[Build Speed] Minimize includes in CodeBlock.h, JSCJSValue.h, JSCJSValueInlines.h, and VM.h
Show description for 9f2eb90committed
Commits on Mar 11, 2026
Unreviewed, follow-up after 308946@main
Show description for 27f4ae8committed
Commits on Mar 9, 2026
[JSC] Add SourceDump option to JITDump
Show description for cd8340ecommitted
Commits on Mar 6, 2026
[JSC] Rename StructureStubInfo to PropertyInlineCache
Show description for ffb0343committed
Commits on Mar 5, 2026
[JSC] Bytecode profiler should include JIT comments
Show description for ebc19a3committed
Commits on Feb 16, 2026
[JSC] Remove op_tail_call_forward_arguments
Show description for 8bbfb11committed
Commits on Feb 5, 2026
[JSC] Remove unused op_overrides_has_instance
Show description for 39d9b74committed[JSC] Remove op_rest_length
Show description for 7424a48committed
Commits on Jan 31, 2026
Remove op_end
Show description for 1883cffcommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 19, 2025
Add the first part of the new Light Optimization Layer JIT
Show description for ab55d86committed
Commits on Oct 30, 2025
Reduce unsafe buffer usage in WTF
Show description for 0b50860committed
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
Commits on May 3, 2025
Start adopting C++20's [[likely]] / [[unlikely]] in JSC
Show description for 0e0b92fcommitted
Commits on Mar 17, 2025
[JSC] Add NewRegExpUntyped DFG node
Show description for d8448d0committed
Commits on Mar 4, 2025
[JSC] Fix SequesteredArenaMalloc when compiling synchronously
Show description for c5983a8committed
Commits on Feb 26, 2025
[JSC] Implement core of sequestered arena allocator
Show description for 9dd52f4committed
Commits on Feb 24, 2025
[JSC] Remove HandleExceptionWithCallFrameRollback thunk
Show description for a9baf3acommitted
Commits on Feb 23, 2025
[JSC] Add ThrowStackOverflowAtPrologue thunk
Show description for 5764ec4committed
Commits on Feb 8, 2025
[JSC] Remove unnecessary underflow check for stack pointer
Show description for b3cdc96committed
Commits on Feb 5, 2025
Reduce use of const char*
Show description for 1fb1a47committed
Commits on Jan 3, 2025
Change TZoneHeap so that it can be enabled/disabled based on a runtime configuration.
Show description for d9c3915committed
Mark Lam
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 Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Oct 4, 2024
[JSC] Use function for iterator-helper creation instead of bytecode
Show description for 09fab09committed[JSC] Add defaultOffset from bytecode to SwitchTables
Show description for 2ad9fbccommitted
Commits on Oct 3, 2024
[JSC] Complete the implementation of Iterator helpers proposal
Show description for 8243544committed
Alexey Shvayka
Commits on Sep 24, 2024
[JSC] Fuse `instanceof` bytecodes to one to reduce the emitted bytecode size
Show description for 74d2332committed
Commits on Sep 23, 2024
[JSC] Move BaselineJITExecutionCounter to BaselineJITData
Show description for 50150bbcommitted
Commits on Sep 8, 2024
[JSC] Add super_construct and super_construct_varargs
Show description for b576987committed