Commits
User selector
Commit History
Commits on Jan 18, 2026
Use C++20 std::ranges::copy in JavaScriptCore/jit
Show description for 12d3117committed
Commits on Dec 22, 2025
[Swift in WebKit] Work towards having a proper JSC module (part 1)
Show description for d5630cecommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Nov 8, 2024
Added some missing cases of WTF_ALLOW_UNSAFE_BUFFER_USAGE
Show description for 6feab00committed
Commits on Nov 1, 2024
Replace more use of MallocPtr with newer MallocSpan
Show description for 469e8d2committed
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 Feb 28, 2023
Non-unified build fixes, late February 2023 edition
Show description for 3006471committed
Commits on Feb 14, 2023
Make more JavaScriptCore allocations use heap identifiers
Show description for 4075b84committed
Commits on May 24, 2021
Unreviewed, revert r276610 because it causes a 1% PLT regression.
Show description for e36711ccommitted
Commits on Apr 26, 2021
CodeBlock should do a better job accounting for extra memory it allocates.
Show description for 811059ecommitted
Commits on Feb 13, 2020
[JSC] Compact JITCodeMap by storing BytecodeIndex and CodeLocation separately
Show description for 03697d4committed
Commits on Oct 23, 2019
BytecodeIndex should be a proper C++ class
Show description for ee2d3efcommitted
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Apr 11, 2018
[Build fix] Replace CompactJITCodeMap with JITCodeMap.
Show description for 0a7e4c4committed
Mark LamReplace CompactJITCodeMap with JITCodeMap.
Show description for a033ca4committed
Mark Lam
Loading