Commits
User selector
Commit History
Commits on Apr 3, 2026
Use "= default" for destructor in JavaScript Core
Show description for e73b492authored andcommitted
Commits on May 3, 2025
Start adopting C++20's [[likely]] / [[unlikely]] in JSC
Show description for 0e0b92fcommitted
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Sep 17, 2024
[JSC] Don't search the FreeList when firing a watchpoint
Show description for 5ae437dauthored andcommitted
Commits on Apr 24, 2023
Use bump ranges instead of free list in JSC allocator
Show description for 2fbb315committed
Commits on Aug 9, 2020
Unreviewed, reverting r263195, r263252, and r265394.
Show description for c3f67bacommitted
Commits on Jun 18, 2020
Replace JSC::FreeList linked list with a Bitmap.
Show description for 5849da4committed
Mark Lam
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Jun 2, 2017
GC should use scrambled free-lists
Show description for ea0f030committed
Filip Pizlo
Commits on May 25, 2017
ObjectToStringAdaptiveInferredPropertyValueWatchpoint should not reinstall itself nor handleFire if it's dying shortly.
Show description for 75e49fecommitted
Mark Lam
Commits on Sep 6, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 7e1d324committed
Filip Pizlo
Commits on Aug 24, 2016
Unreviewed, roll out r204901, r204897, r204866, r204856, r204854.
Show description for 48ee972committed
Filip Pizlo
Commits on Aug 23, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 065a045committed
Filip Pizlo
Loading