Home | History | Annotate | Download | only in gcmole

Lines Matching refs:gc

45    -- can be causing GC. Currently used to reduce number of false
205 local gc, gc_caused, funcs
219 -- functions only cause GC and return Failure simulataneously.
249 gc[name] = true
250 AddCause(name, "<GC>")
256 gc[name] = false
280 log "** Propagating GC information"
284 if gc[caller] == nil then
285 gc[caller] = true
293 if gc[funcname] then mark(funcname, callers) end
299 gc, gc_caused, funcs = {}, {}, {}
301 log ("** Building GC Suspects for %s", arch)
309 for name, value in pairs(gc) do if value then out:write (name, '\n') end end
313 out:write "GC = {"