summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-01-06 14:11:10 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-01-06 14:11:10 +0300
commit5561f509d7b345fa873b942f8ea1f835beed3510 (patch)
tree3c5ec9a2bfe9d78a55ef93a6514cacd823fa4674 /README.md
parent7bfd2485a449096ce5527e9e92b60259da434b33 (diff)
downloadbdwgc-5561f509d7b345fa873b942f8ea1f835beed3510.tar.gz
Replace "msecs" with "ms" in all comments and messages
* README.md (Bugs): Replace "msecs" with "ms". * doc/README.environment (GC_PAUSE_TIME_TARGET): Likewise. * doc/gcdescr.md (Generational Collection and Dirty Bits): Likewise. * alloc.c [!NO_CLOCK] (full_gc_total_time): Replace "msecs" with "ms" in comment. * cord/tests/de.c [WIN32] (beep): Likewise. * pthread_support.c [USE_SPIN_LOCK] (GC_lock): Likewise. * alloc.c [!GC_DISABLE_INCREMENTAL && !NO_CLOCK] (GC_timeout_stop_func): Replace "msecs" with "ms" in the printed string. * alloc.c [!NO_CLOCK] (GC_try_to_collect_inner, GC_stopped_mark, GC_finish_collection): Likewise. * misc.c [!NO_CLOCK] (GC_dump_named): Likewise. * reclaim.c [!NO_CLOCK] (GC_reclaim_all): Likewise. * tests/test.c [!NO_CLOCK] (check_heap_stats): Likewise.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce54f8b7..4aa7ce0d 100644
--- a/README.md
+++ b/README.md
@@ -522,7 +522,7 @@ heap sizes. But collection pauses will increase for larger heaps.
They will decrease with the number of processors if parallel marking
is enabled.
-(On 2007 vintage machines, GC times may be on the order of 5 msecs
+(On 2007 vintage machines, GC times may be on the order of 5 ms
per MB of accessible memory that needs to be scanned and processor.
Your mileage may vary.) The incremental/generational collection facility
may help in some cases.