mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-11 23:40:36 -07:00
Serious warning about the old garbage collector.
This commit is contained in:
parent
14990a4606
commit
164f811d7f
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue