Searched refs:STW (Results 1 – 11 of 11) sorted by relevance
17 |STW|24 |STW|
17 |STW|23 |STW|
16 title Generational GC (major) - STW
16 title Generational GC (minor) - STW
40 state "GCThread in STW mode" as GCSTW
40 state "GCThread is active in STW mode" as GCSTW
37 GC -> GC : GC running at STW
6 For now, all targets suppose interaction with the user, so we have some limitations for the STW pau…28 …- low-pause/pauseless GC(for games) or GC with high throughput and acceptable STW pause (for not g…370 ### STW GC386 - acceptable STW pause406 Minor GC(STW):411 Note: we'll use adaptive thresholds for triggering Minor GC for minimizing STW pause416 1. Initial Mark - root scan(STW #1)418 1. Remark missed during concurrent marking objects (STW #2)431 - acceptable stable STW pause454 Minor GC(only for young regions - STW):[all …]
73 * **STW** stands for **stop the world**, used in context of stop the world pauses forced by GC -
42 #! CHECKER Don't Use TLAB for array and object for STW
1009 enum class PUBLIC_API GC_TYPE : uint8_t { EPSILON, GEN_GC, STW }; enumerator1129 case GC_TYPE::STW: in GetGcType()