Browse thread
GC compaction question
- Ohad Rodeh
[
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: | Ohad Rodeh <orodeh@c...> |
| Subject: | GC compaction question |
Hello, I examined the GC compaction code and could not figure something out. Does the program stop while GC compaction is performed? From the papers on the OCaml garbage collector I understand that the main program, and its threads (if there are any), do not stop for while GC is taking place. However, the papers do not discuss compaction. This makes sense, as compaction is a new feature. My question is: does the program stop for compaction? Thanks, Ohad.