Serious warning about the old garbage collector.

This commit is contained in:
jgarcia 2008-05-20 08:21:22 +00:00
parent 14990a4606
commit 164f811d7f

View file

@ -16,6 +16,15 @@
See file '../Copyright' for full details.
*/
/********************************************************************************
*** ***
*** IMPORTANT: This is obsolete code. The current garbage collector of ECL ***
*** is the Boehm-Weiser garbage collector and it is dealt with in ***
*** alloc_2.d ***
*** This file is kept here because of historical purposes, but also because ***
*** it might be useful in the future to implement another garbage collector ***
*** ***
********************************************************************************/
/*
Heap and Relocatable Area