Commits
User selector
Commit History
Commits on Dec 14, 2023
Add namespace qualifiers to a bunch of jsc types
Show description for 861cce4committed
Justin Michaud
Commits on Nov 30, 2023
[JSC] Use synchronous GCActivityCallback GC with RunLoopObserver
Show description for e0c479ccommitted
Commits on Nov 18, 2023
Unreviewed, GTK build fix
Show description for ec77ef0committedAdjust GC Timer a bit with heuristics to avoid running it while critical tasks are waiting
Show description for 5c9eac4committed
Commits on Apr 4, 2022
Only check isPagedOut() under memory pressure
Show description for e77dbc5committed
Commits on Apr 20, 2021
FullGCActivityCallback should use the percentage of pages uncompressed in RAM to determine deferral.
Show description for 397e795committed
Commits on Oct 18, 2018
Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY)
Show description for 8132e32committed
Commits on Aug 23, 2018
JSRunLoopTimer may run part of a member function after it's destroyed
Show description for d554222committed
Commits on Aug 22, 2018
Unreviewed, rolling out r235107.
Show description for b577086committed
Commits on Aug 21, 2018
JSRunLoopTimer may run part of a member function after it's destroyed
Show description for 49a87d7committed
Commits on Feb 15, 2018
[JSC] Remove monotonicallyIncreasingTime and currentTime
Show description for 99b6354committed
Commits on May 4, 2017
JSC::Heap should expose a richer API for requesting GCs
Show description for 8c034adcommitted
Filip Pizlo
Commits on Apr 11, 2017
[JSC][GTK] Use RunLoop::Timer in GTK port
Show description for 3a455e0committed
Commits on Feb 22, 2017
The collector thread should only start when the mutator doesn't have heap access
Show description for b79daf6committed
Filip Pizlo
Commits on Feb 19, 2017
Unreviewed, rolling out r212466.
Show description for 289572fcommitted
Commits on Feb 16, 2017
The collector thread should only start when the mutator doesn't have heap access
Show description for e1ae6edcommitted
Filip Pizlo
Commits on Nov 2, 2016
The GC should be in a thread
Show description for c44250ecommitted
Filip Pizlo
Commits on Oct 25, 2016
HeapTimer should not hardcode all of its subclasses and USE(CF) shouldn't be a bizarre special case
Show description for 53af43acommitted
Filip Pizlo
Commits on Oct 21, 2016
The tracking of the coarse-grain Heap state (allocating or not, collector or not, eden vs full) should respect the orthogonality between allocating and collecting
Show description for a48746dcommitted
Filip Pizlo
Commits on Nov 26, 2015
[GLIB] Implement garbage collector timers
Show description for 836e8c6committed
Commits on Nov 21, 2015
GC timers should carry on gracefully when Heap claims it grew from GC.
Show description for c864ae9committed
Andreas Kling
Commits on Jun 9, 2015
Allow one sync GC per gcTimer interval on critical memory pressure warning
Show description for 2d46333committed
Commits on Mar 20, 2014
GC timer should intelligently choose between EdenCollections and FullCollections
Show description for cf3d420committed
Mark HahnenbergUnreviewed, rolling out r165926.
Show description for 183eb36committed
Commits on Mar 19, 2014
GC timer should intelligently choose between EdenCollections and FullCollections
Show description for 2510788committed
Mark Hahnenberg
Loading