Commits
User selector
Commit History
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on May 6, 2025
Leverage C++20's std::midpoint() where appropriate
Show description for a75e58ccommitted
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Apr 26, 2024
[JSC] Avoid allocations in BinarySwitch
Show description for 3df15f0committed
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Mar 9, 2019
BinarySwitch can be shrunk by 8 bytes
Show description for 90d2517committed
Robin Morisset
Commits on Feb 11, 2019
Remove the RELEASE_ASSERT check for duplicate cases in the BinarySwitch constructor.
Show description for 5b03956committed
Mark Lam
Commits on May 4, 2018
Remove std::random_shuffle
Show description for 0fbd42dcommitted
Commits on Sep 13, 2017
Do unified source builds for JSC
Show description for 6313e87committed
Commits on Sep 10, 2015
There should be one stub hanging off an inline cache that contains code for all of the cases, rather than forming a linked list consisting of one stub per case
Show description for 5481280committed
Filip Pizlo
Commits on May 5, 2015
FTL SwitchString slow case creates duplicate switch cases
Show description for 830adb7committed
Filip Pizlo
Commits on Feb 2, 2015
BinarySwitch should be faster on average
Show description for fccebd6committed
Filip Pizlo
Commits on Jan 27, 2015
Move DFGBinarySwitch out of the DFG so that all of the JITs can use it
Show description for de33ad1committed
Filip Pizlo
Loading