An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computer science, a mark–compact algorithm is a type of garbage collection algorithm used to reclaim unreachable memory. Mark–compact algorithms can be regarded as a combination of the mark–sweep algorithm and Cheney's copying algorithm. First, reachable objects are marked, then a compacting step relocates the reachable (marked) objects towards the beginning of the heap area. Compacting garbage collection is used by modern JVMs, Microsoft's Common Language Runtime and by the Glasgow Haskell Compiler.

Property Value
dbo:abstract
  • In computer science, a mark–compact algorithm is a type of garbage collection algorithm used to reclaim unreachable memory. Mark–compact algorithms can be regarded as a combination of the mark–sweep algorithm and Cheney's copying algorithm. First, reachable objects are marked, then a compacting step relocates the reachable (marked) objects towards the beginning of the heap area. Compacting garbage collection is used by modern JVMs, Microsoft's Common Language Runtime and by the Glasgow Haskell Compiler. (en)
  • Algorytm mark-compact – rodzaj algorytmu odśmiecania pamięci używany do odzyskiwania niedostępnej pamięci. Algorytmy rodzaju mark-compact mogą być traktowane jako połączenie algorytmu mark-sweep i algorytmu kopiowania Cheneya. Na początku oznakowane są dostępne obiekty a następnie faza kompaktowania przenosi osiągalne (oznaczone) obiekty w kierunku początku obszaru sterty. Kompaktujące odśmiecanie pamięci jest wykorzystywane przez Common Language Runtime firmy Microsoft i Glasgow Haskell Compiler. (pl)
dbo:thumbnail
dbo:wikiPageID
  • 9854002 (xsd:integer)
dbo:wikiPageLength
  • 5244 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1089827093 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dct:subject
rdfs:comment
  • In computer science, a mark–compact algorithm is a type of garbage collection algorithm used to reclaim unreachable memory. Mark–compact algorithms can be regarded as a combination of the mark–sweep algorithm and Cheney's copying algorithm. First, reachable objects are marked, then a compacting step relocates the reachable (marked) objects towards the beginning of the heap area. Compacting garbage collection is used by modern JVMs, Microsoft's Common Language Runtime and by the Glasgow Haskell Compiler. (en)
  • Algorytm mark-compact – rodzaj algorytmu odśmiecania pamięci używany do odzyskiwania niedostępnej pamięci. Algorytmy rodzaju mark-compact mogą być traktowane jako połączenie algorytmu mark-sweep i algorytmu kopiowania Cheneya. Na początku oznakowane są dostępne obiekty a następnie faza kompaktowania przenosi osiągalne (oznaczone) obiekty w kierunku początku obszaru sterty. Kompaktujące odśmiecanie pamięci jest wykorzystywane przez Common Language Runtime firmy Microsoft i Glasgow Haskell Compiler. (pl)
rdfs:label
  • Mark–compact algorithm (en)
  • Algorytm mark-compact (pl)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License