Garbage collection in the C++ environment
Automatická správa paměti v prostředí C++
diploma thesis (NOT DEFENDED)
View/ Open
Permanent link
http://hdl.handle.net/20.500.11956/19484Identifiers
Study Information System: 136270
Collections
- Kvalifikační práce [11264]
Author
Advisor
Referee
Zavoral, Filip
Faculty / Institute
Faculty of Mathematics and Physics
Discipline
Software systems
Department
Department of Software Engineering
Date of defense
2. 2. 2009
Publisher
Univerzita Karlova, Matematicko-fyzikální fakultaLanguage
English
Grade
Fail
Cílem práce je navrhnout a implementovat automatickou správu paměti v prostředí programovacího jazyka C++ definovaného mezinárodním standardem ISO/IEC 14882:2003. Těžištěm práce je řešení problémů s implementací správy paměti inkrementálním sledováním odkazů v mezích stanovených jazykem C++. Implementace automatického správce paměti je hlavní součástí práce.
The goal of the work is to design and implement a garbage collector in the environment of the C++ programming language defined by the international standard ISO/IEC 14882:2003. The work focuses on solving problems of implementing an incremental tracing garbage collector within the limits set by the C++ language. Delivering an implementation of the garbage collector is the main objective.