|
| This Article | ||
| ||
| Share | ||
| Bibliographic References | ||
| Add to: | ||
| | ||
| Search | ||
| ||
2009 IEEE/ACS International Conference on Computer Systems and Applications
Comparison of Garbage Collector prototypes for C++ applications
Rabat, Morocco
May 10-May 13
ISBN: 978-1-4244-3807-5
| ASCII Text | x | ||
| Hamid Mcheick, Aymen Sioud, "Comparison of Garbage Collector prototypes for C++ applications," Computer Systems and Applications, ACS/IEEE International Conference on, pp. 668-674, 2009 IEEE/ACS International Conference on Computer Systems and Applications, 2009. | |||
| BibTex | x | ||
| @article{ 10.1109/AICCSA.2009.5069399, author = {Hamid Mcheick and Aymen Sioud}, title = {Comparison of Garbage Collector prototypes for C++ applications}, journal ={Computer Systems and Applications, ACS/IEEE International Conference on}, volume = {0}, year = {2009}, isbn = {978-1-4244-3807-5}, pages = {668-674}, doi = {http://doi.ieeecomputersociety.org/10.1109/AICCSA.2009.5069399}, publisher = {IEEE Computer Society}, address = {Los Alamitos, CA, USA}, } | |||
| RefWorks Procite/RefMan/Endnote | x | ||
| TY - CONF JO - Computer Systems and Applications, ACS/IEEE International Conference on TI - Comparison of Garbage Collector prototypes for C++ applications SN - 978-1-4244-3807-5 SP668 EP674 A1 - Hamid Mcheick, A1 - Aymen Sioud, PY - 2009 VL - 0 JA - Computer Systems and Applications, ACS/IEEE International Conference on ER - | |||
In wide-enterprise information system, a Garbage Collector (GC) is a critical memory management process in programming languages such as C++. The programmers need to be aware about memory management and can't be relieved from this task. They have to implement explicitly this task whatever the size of C++ applications. Consequently, this leads to errors and bugs (i.e. dangling pointers, allocation failures, etc.). Therefore, supporting implicit memory management based of aspect-oriented programming can provide a number of benefits such as freeing the programmer of memory management task. We have tackled this problem using aspect-oriented programming to manage implicitly the allocation and release of memory. In this paper, we describe two prototypes of memory management that implement reference counter and mark and sweep techniques. Then we compare them based on the constraints of Detlefs.
Citation:
Hamid Mcheick, Aymen Sioud, "Comparison of Garbage Collector prototypes for C++ applications," aiccsa, pp.668-674, 2009 IEEE/ACS International Conference on Computer Systems and Applications, 2009
Usage of this product signifies your acceptance of the Terms of Use.
