Commits
User selector
Commit History
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 Apr 17, 2026
[Build Speed] Reduce the cost of StructureInlines.h
Show description for 5ff0c08committed
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Jan 15, 2026
Include jit signposts in text marker dump
Show description for 924a0b3committed
Commits on May 3, 2025
Do further adoption of [[likely]] / [[unlikely]] in JSC
Show description for 3d0b49acommitted
Commits on Apr 1, 2025
[JSC] Add signpost intervals for compiler queued and ready time
Show description for 3301280committed
Commits on Feb 9, 2025
Mark more lambdas as `NOESCAPE` when possible to help static analysis
Show description for 1ba5c2dcommitted
Commits on Dec 4, 2024
[JSC] Track # of active JITPlan for compiler thread suspension
Show description for ac3edb5committed
Commits on Sep 17, 2024
[JSC] replace m_frozenValuesAreFinalized check with safepoint check
Show description for 27ffa95authored andcommitted
Commits on Jul 24, 2024
[JSC] Prevent GC from collecting plan dependencies while inside B3::generate()
Show description for cf8997cauthored andcommitted
Commits on Jul 5, 2024
[WPE][GTK][WTF] Implement SystemTracing.h with Sysprof
Show description for cb1a4a4committed
Commits on Mar 5, 2024
[JSC] Destroy LinkBuffer in compiler thread
Show description for 15aaecdcommitted
Commits on Jan 25, 2024
[JSC] Add useCompilerSignpost option to emit signpost with compiled function information
Show description for d6c40e2committed
Commits on Sep 5, 2023
Change --logJIT to dump its header line on a single line.
Show description for aaec31bcommitted
Mark Lam
Commits on Aug 9, 2023
[JSC] Fix bytecode profiler's compilation information
Show description for 84d8a68committed
Commits on Mar 17, 2022
Unreviewed, non-unified build fix
Show description for dd3d0e5committed
Commits on Mar 16, 2022
[JSC] Add UnlinkedDFG compilation mode enum
Show description for f15f9d8committed
Commits on Sep 27, 2021
Build an unlinked baseline JIT
Show description for bfd44c5committedUnreviewed, reverting r283102, r283103 and r283104.
Show description for 85dc747committedBuild an unlinked baseline JIT
Show description for a303c1ccommitted
Commits on Sep 26, 2021
Unreviewed, reverting r283083 and r283088.
Show description for 957a838committed
Commits on Sep 25, 2021
Build an unlinked baseline JIT
Show description for 1026101committed
Commits on Jun 4, 2021
Fix more GCC warnings
Show description for a205dffauthored andcommitted
Commits on Jun 2, 2021
Fix build error with ENABLE_DFG_JIT=OFF
Show description for 9bfa844committed
Commits on May 27, 2021
Non-unified build fixes, late May 2021 edition
Show description for 89d0e1bcommitted
Commits on May 26, 2021
Merge all the JIT worklists into a shared worklist
Show description for e42c8decommitted
Loading