Garbage collection in the C++ environment
Automatická správa paměti v prostředí C++
diplomová práce (OBHÁJENO)
![Náhled dokumentu](/bitstream/handle/20.500.11956/20749/thumbnail.png?sequence=7&isAllowed=y)
Zobrazit/ otevřít
Trvalý odkaz
http://hdl.handle.net/20.500.11956/20749Identifikátory
SIS: 43197
Kolekce
- Kvalifikační práce [11264]
Autor
Vedoucí práce
Oponent práce
Novotný, Miroslav
Fakulta / součást
Matematicko-fyzikální fakulta
Obor
Softwarové systémy
Katedra / ústav / klinika
Katedra softwarového inženýrství
Datum obhajoby
25. 5. 2009
Nakladatel
Univerzita Karlova, Matematicko-fyzikální fakultaJazyk
Angličtina
Známka
Výborně
Cílem práce je navrhnout a implementovat garbage collector v prostředí programovacího jazyka C++, definovaného mezinárodním standardem ISO/IEC 14882:2003. Součástí práce je analýza různých aspektů automatické správy paměti jak obecně, tak konkrétně v programovacím jazyce C++. Dále je uveden seznam požadavků na implementaci garbage collectoru. Těžištěm práce je řešení problémů implementace garbage collectoru přírůstkovým sledováním odkazů v mezích stanovených jazykem C++. Výsledkem práce je funkční garbage collector.
The goal of the thesis is to design and implement a garbage collector within the environment of the C++ programming language, defined by the International Standard ISO/IEC 14882:2003. Analysis of various aspects of automatic memory management in general and in the C++ programming language in particular is presented. A list of requirements on garbage collection implementation is given. The thesis focuses on solving problems of implementing an incremental tracing garbage collector within the limits imposed by the C++ language. The result of the effort is a working garbage collector.