Commits
User selector
Commit History
Commits on May 26, 2021
Use UncheckedLock even less in JavaScriptCore
Show description for 321cdfccommitted
Commits on May 24, 2021
Make CheckedLock the default Lock
Show description for e801aaacommitted
Commits on Apr 20, 2021
FullGCActivityCallback should use the percentage of pages uncompressed in RAM to determine deferral.
Show description for 397e795committed
Commits on Apr 16, 2021
Before deleting a MarkedBlock we do not need to clear its m_directory pointer.
Show description for c9612a2committed
Commits on Jan 4, 2020
[JSC] MarkedBlock::Handle and BlockDirectory should be shrunk
Show description for 0253f6ccommitted
Commits on Jan 3, 2020
Experiment: create lots of different malloc zones for easier accounting of memory use
Show description for bc771eccommitted
Commits on Nov 14, 2019
[JSC] BlockDirectory's bits should be compact
Show description for 5e535b6committed
Commits on Jan 20, 2019
[JSC] Shrink data structure size in JSC/heap
Show description for 13da1eccommitted
Commits on May 22, 2018
Get rid of TLCs
Show description for ef35bcacommitted
Filip Pizlo
Commits on Apr 3, 2018
GC shouldn't do object distancing
Show description for 2efb3bdcommitted
Filip Pizlo
Commits on Feb 16, 2018
Objects that contain dangerous things should be allocated far away from objects that can do OOB
Show description for 8a899b8committed
Filip Pizlo
Commits on Feb 15, 2018
[JSC] Remove monotonicallyIncreasingTime and currentTime
Show description for 99b6354committed
Commits on Feb 6, 2018
Global objects should be able to use TLCs to allocate from different blocks from each other
Show description for 5800b10committed
Filip Pizlo
Commits on Jan 28, 2018
MarkedBlock should have a footer instead of a header
Show description for 82510eecommitted
Filip Pizlo
Commits on Jan 26, 2018
Disable TLS-based TLCs
Show description for 8974823committed
Filip Pizlo
Commits on Jan 25, 2018
JSC GC should support TLCs (thread local caches)
Show description for 9ba9a2fcommitted
Filip PizloUnreviewed, rolling out r227592.
Show description for 89858e7committedJSC GC should support TLCs (thread local caches)
Show description for 1844504committed
Filip Pizlo
Commits on Jan 12, 2018
Rename MarkedAllocator to BlockDirectory and AllocatorAttributes to CellAttributes
Show description for ab2a9c0committed
Filip Pizlo
Loading