Browse thread
Re: Garbage collection qustion
- Damien Doligez
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Damien Doligez <Damien.Doligez@i...> |
| Subject: | Re: Garbage collection qustion |
>From: Ohad Rodeh <orodeh@cs.huji.ac.il>
>However the minor_words and
>major_words parameters increase without bound.
The current documentation of these fields is ambiguous. In future
versions, it will read:
- [minor_words] Number of words allocated in the minor heap since
the program was started.
- [major_words] Number of words allocated in the major heap, including
the promoted words, since the program was started.
I hope this is clearer.
-- Damien