Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Androidâ„¢ device!
Free
Faster access than browser!
 

Tracing garbage collection

Index Tracing garbage collection

In computer programming, tracing garbage collection is a form of automatic memory management that consists of determining which objects should be deallocated ("garbage collected") by tracing which objects are reachable by a chain of references from certain "root" objects, and considering the rest as "garbage" and collecting them. [1]

14 relations: Blisk (browser), Cheney's algorithm, David A. Moon, David F. Bacon, Garbage collection (computer science), Google Chrome, Intel iAPX 432, List of algorithms, Mark-compact algorithm, Racket (programming language), Reference counting, Region-based memory management, Resource management (computing), Stop the World.

Blisk (browser)

Blisk is a freemium Chromium-based web browser that aims to improve productivity and code quality by providing a wide array of tools for Web development and testing for different type of devices: desktop, tablet and mobile.

New!!: Tracing garbage collection and Blisk (browser) · See more »

Cheney's algorithm

Cheney's algorithm, first described in a 1970 ACM paper by C.J. Cheney, is a stop and copy method of tracing garbage collection in computer software systems.

New!!: Tracing garbage collection and Cheney's algorithm · See more »

David A. Moon

David A. Moon is a programmer and computer scientist, known for his work on the Lisp programming language, as co-author of the Emacs text editor, as the inventor of ephemeral garbage collection, and as one of the designers of the Dylan programming language.

New!!: Tracing garbage collection and David A. Moon · See more »

David F. Bacon

David Bacon is an American computer programmer.

New!!: Tracing garbage collection and David F. Bacon · See more »

Garbage collection (computer science)

In computer science, garbage collection (GC) is a form of automatic memory management.

New!!: Tracing garbage collection and Garbage collection (computer science) · See more »

Google Chrome

Google Chrome is a freeware web browser developed by Google LLC.

New!!: Tracing garbage collection and Google Chrome · See more »

Intel iAPX 432

The iAPX 432 (Intel Advanced Performance ArchitectureSometimes intel Advanced Processor architecture) was a computer architecture introduced in 1981.

New!!: Tracing garbage collection and Intel iAPX 432 · See more »

List of algorithms

The following is a list of algorithms along with one-line descriptions for each.

New!!: Tracing garbage collection and List of algorithms · See more »

Mark-compact algorithm

In computer science, a mark-compact algorithm is a type of garbage collection algorithm used to reclaim unreachable memory.

New!!: Tracing garbage collection and Mark-compact algorithm · See more »

Racket (programming language)

Racket (formerly PLT Scheme) is a general-purpose, multi-paradigm programming language in the Lisp-Scheme family.

New!!: Tracing garbage collection and Racket (programming language) · See more »

Reference counting

In computer science, reference counting is a technique of storing the number of references, pointers, or handles to a resource such as an object, block of memory, disk space or other resource.

New!!: Tracing garbage collection and Reference counting · See more »

Region-based memory management

In computer science, region-based memory management is a type of memory management in which each allocated object is assigned to a region.

New!!: Tracing garbage collection and Region-based memory management · See more »

Resource management (computing)

In computer programming, resource management refers to techniques for managing resources (components with limited availability).

New!!: Tracing garbage collection and Resource management (computing) · See more »

Stop the World

Stop the World may refer to.

New!!: Tracing garbage collection and Stop the World · See more »

Redirects here:

Conservative garbage collection, Conservative garbage collector, Generational garbage collection, Generational garbage collector, Mark and sweep, Mark-and-sweep, Mark-sweep algorithm, Stop and copy, Stop-and-copy, Stop-the-world.

References

[1] https://en.wikipedia.org/wiki/Tracing_garbage_collection

OutgoingIncoming
Hey! We are on Facebook now! »