Explore >> Select a destination


You are here

www.datadoghq.com
| | octopus.com
9.3 parsecs away

Travel
| | Learn how Octopus and Datadog give you visibility across your entire CI/CD pipeline, helping you correlate data, to find and solve issues faster.
| | www.architect.io
10.0 parsecs away

Travel
| | Learn about optimizing your Kubernetes deployments using CI/CD and GitOps.
| | www.nocentino.com
9.9 parsecs away

Travel
| |
| | boats.gitlab.io
96.8 parsecs away

Travel
| The post before this one covered how shifgrethor handles rooting: how we track for the garbage collector that this object is alive. That isn't sufficient for implementing a tracing garbage collector though: the idea of a tracing garbage collector is that we can trace from rooted objects through all of the objects they reference. That way, instead of having to root everything you use, you can only root a few objects from which all of the live objects can be traced.