diff options
| author | Teddy <ted.sybil@gmail.com> | 2013-08-15 16:01:59 +0800 |
|---|---|---|
| committer | Teddy <ted.sybil@gmail.com> | 2013-08-15 16:01:59 +0800 |
| commit | 7aa4faa9dc814b4068544c48bb7aa6915777b03b (patch) | |
| tree | 873830e7ff56b8101745c4fdab14ad35be7842e5 | |
| parent | 8aeb7f59e1da79411c02d1c502d4e7331733e2a0 (diff) | |
the stability has been confirmed
| -rw-r--r-- | gc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ void GarbageCollector::cycle_resolve() { void GarbageCollector::collect() { force(); -// if (joined_size >= resolve_threshold) + if (joined_size >= resolve_threshold) { cycle_resolve(); force(); |