MCPcopy Create free account
hub / github.com/DFHack/dfhack / propagateall

Function propagateall

depends/lua/src/lgc.c:603–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601
602
603static void propagateall (global_State *g) {
604 while (g->gray) propagatemark(g);
605}
606
607
608static void convergeephemerons (global_State *g) {

Callers 3

convergeephemeronsFunction · 0.85
atomicFunction · 0.85
singlestepFunction · 0.85

Calls 1

propagatemarkFunction · 0.85

Tested by

no test coverage detected