Difference between revisions of "Interfacing the Garbage Collector"

m
 
m
Line 1: Line 1:
 +
[[Category:Compiler]]
 +
{{Warning|'''Warning''': Article under development}}
 +
 
This article tries to explain, how the EiffelStudio GC works together with the runtime. It should help the programmer to better understand the C and byte code generated by EiffelStudio.
 
This article tries to explain, how the EiffelStudio GC works together with the runtime. It should help the programmer to better understand the C and byte code generated by EiffelStudio.
 
The exact mechanisms behind the GC are not of concern here.
 
The exact mechanisms behind the GC are not of concern here.

Revision as of 05:28, 16 January 2007

Warning.png Warning: Warning: Article under development

This article tries to explain, how the EiffelStudio GC works together with the runtime. It should help the programmer to better understand the C and byte code generated by EiffelStudio. The exact mechanisms behind the GC are not of concern here.