summaryrefslogtreecommitdiff
path: root/doc/README.amiga
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-03-22 19:44:35 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-03-25 14:37:25 +0300
commit07c056c3291f04c82533fe42bb14be8420167db8 (patch)
tree711d5db792c9ae2e9c689f212a793c63e6e6c987 /doc/README.amiga
parenta558019b2c61e0fdb20620a96211530f1425ac29 (diff)
downloadbdwgc-07c056c3291f04c82533fe42bb14be8420167db8.tar.gz
Use KB/MB/GB abbreviations uniformly across entire documentation
* README.md (Installation and Portability): Precede MB with a space. * doc/README.amiga (WHATS NEW): Likewise. * doc/debugging.md: Likewise. * README.md (The C Interface to the Allocator): Replace Kbytes to KB. * doc/gc.man: Likewise. * README.Mac: Replace k to KB with a preceding space. * doc/debugging.md: Likewise. * doc/README.amiga: Precede MHz with a space. * doc/debugging.md: Precede KB with a space. * include/gc.h (GC_malloc_ignore_off_page): Replace K to KB with a preceding space in a comment. * tests/test.c (BIG): Likewise. * include/private/gc_priv.h (ALL_INTERIOR_POINTERS, HBLKSIZE, CPP_LOG_HBLKSIZE, LOG_PHT_ENTRIES): Likewise. * include/private/gc_priv.h (LOG_PHT_ENTRIES): Replace M to MB with a preceding space in a comment. * include/private/gc_priv.h (LOG_PHT_ENTRIES): Replace G to GB with a preceding space in a comment. * os_dep.c [GC_USE_MEM_TOP_DOWN && USE_WINALLOC] (GC_mem_top_down): Likewise. * include/gc_priv.h (GC_printf): Replace k to KB with a preceding space in a comment. * include/private/specific.h (quick_thread_id): Likewise. * os_dep.c [MSWINCE] (GC_wince_get_mem): Likewise. * os_dep.c [USE_WINALLOC && !MSWIN_XBOX1 || CYGWIN32] (GC_win32_get_mem): Likewise. * include/private/gcconfig.h [I386 && LINUX] (HEAP_START): Precede GB with a space in a comment.
Diffstat (limited to 'doc/README.amiga')
-rw-r--r--doc/README.amiga6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/README.amiga b/doc/README.amiga
index 4447c523..ba051845 100644
--- a/doc/README.amiga
+++ b/doc/README.amiga
@@ -24,7 +24,7 @@ WHATS NEW:
Programs using more time actually using the memory allocated
(instead of just allocate and free rapidly) have
the most to earn on this, but even gctest now normally runs twice
- as fast and uses less memory, on my poor 8MB machine.
+ as fast and uses less memory, on my poor 8 MB machine.
The changes have only effect when there is no more
fast-mem left. But with the way GC works, it
@@ -279,8 +279,6 @@ THE GOOD NEWS
The library as it stands is compatible with the GigaMem commercial
virtual memory software, and probably similar PD software.
-The performance of "gctest" on an Amiga 2630 (68030 @ 25Mhz)
+The performance of "gctest" on an Amiga 2630 (68030 @ 25 MHz)
compares favorably with an HP9000 with similar architecture (a 325
with a 68030 I think).
-
------------------------------------------------------------------------