Commits
User selector
Commit History
Commits on Feb 23, 2026
[JSC] Merge RegisterSetBuilder into RegisterSet
Show description for b23dfb2committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Jul 9, 2025
[JSC] Use `enum class` for `ArityCheckMode` for Safer C++
Show description for 658f55eauthored andcommitted
Commits on Feb 22, 2025
[JSC] Add heuristics for approx bytecode cost for FTL compiled code
Show description for 61945abcommitted
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 Apr 13, 2024
[JSC] Simplify DFG finalization in the main thread more
Show description for 73422abcommitted
Commits on Mar 9, 2024
[JSC] Combine FTL code generation into one
Show description for 3feec6acommitted
Commits on Sep 12, 2023
[JSC] Get rid of CodeBlock dependency from DataIC
Show description for 58fbd84committed
Commits on Dec 9, 2022
Remove uses of Options::useWebAssemblySIMD.
Show description for 4ce45cfcommitted
Justin Michaud
Commits on Oct 19, 2022
Refactor RegisterSet to support 128-bit widths
Show description for 912bf24authored andcommitted
Commits on Oct 15, 2022
Unreviewed, revert 255583@main because of build breakage
Show description for 6adb4a8committedRefactor RegisterSet to support 128-bit widths
Show description for a57d810authored andcommitted
Commits on Aug 23, 2022
Introduce WTF::CodePtr and use it to replace MetaAllocatorPtr, MacroAssemblerCodePtr, and FunctionPtr.
Show description for 096596fcommitted
Mark Lam
Commits on May 3, 2022
[JSC] Introduce unlinked version of invalidation
Show description for a708678committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Apr 18, 2021
[JSC] Make more DFG/FTL data FixedVector/Vector
Show description for 3f2e067committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Apr 16, 2020
[JSC] Use ensureStillAliveHere in FTL when content of storage should be kept alive
Show description for 0b78d98committed
Commits on Feb 1, 2020
[JSC] DFG::CommonData::shrinkToFit called before DFG::Plan::reallyAdd is called
Show description for 552ab4ecommitted
Commits on Apr 30, 2019
Make JITType an enum class
Show description for 3cd69e7committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Apr 30, 2018
Apply PtrTags to the MetaAllocator and friends.
Show description for d81cc14committed
Mark Lam
Commits on Apr 25, 2018
Push the definition of PtrTag down to the WTF layer.
Show description for d5d1fc9committed
Mark Lam
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Apr 12, 2018
Consolidate some PtrTags.
Show description for e529282committed
Mark Lam
Commits on Apr 9, 2018
Add pointer profiling to the FTL and supporting code.
Show description for 5e00b73committed
Mark Lam
Commits on Nov 30, 2017
Let's scramble MacroAssemblerCodePtr values.
Show description for cc32893committed
Mark Lam
Commits on Nov 7, 2017
Introduce a default RegisterSet constructor so that we can use { } notation.
Show description for c62ddc8committed
Mark Lam
Commits on Dec 13, 2016
Unreviewed, rolling out r209725.
Show description for 1232f67committed
Commits on Dec 12, 2016
REGRESSION(r209653): speedometer crashes making virtual slow path tailcalls
Show description for 32765c8committed
Commits on Dec 11, 2016
Unreviewed, rolling out r209653, r209654, r209663, and
Show description for f221755committed
Commits on Dec 10, 2016
JSVALUE64: Pass arguments in platform argument registers when making JavaScript calls
Show description for 7760dedcommitted
Commits on Nov 27, 2016
[WTF] Import std::optional reference implementation as WTF::Optional
Show description for dd0db06committed
Commits on Nov 15, 2016
The GC should be optionally concurrent and disabled by default
Show description for a23efbecommitted
Filip Pizlo