Replace 'stack base' with 'stack bottom' in the documentation
authorIvan Maidanski <ivmai@mail.ru>
Fri, 26 Apr 2019 16:03:42 +0000 (19:03 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 26 Apr 2019 16:03:42 +0000 (19:03 +0300)
commite5a18e6a9901640d40a314732997aabefac3f49c
tree44e40f8010f1f80e5ef083985afad574b0e519da
parent45377e49d48e268754cc99f5334b964404a89d9e
Replace 'stack base' with 'stack bottom' in the documentation

* README.md (The C Interface to the Allocator): Outline that stack base
means its bottom; remove a note that client should set GC_stackbottom
on HP PA machines manually.
* doc/README.macros (USE_GET_STACKBASE_FOR_MAIN): Rename "stack base"
to "stack bottom".
* doc/porting.md (Adding Platforms to gcconfig.h): Likewise.
* doc/porting.md (Adding Platforms to gcconfig.h): Rename
"cool end of the stack" to "cold end of the stack"; refine
documentation about STACKBOTTOM.
* include/private/gcconfig.h (STACKBOTTOM): Rename "cool end" to
"cold end" in comment.
* include/gc.h (GC_stackbottom): Likewise.
* include/private/gcconfig.h (LINUX_STACKBOTTOM): Rename "stack base"
to "stack bottom" in comment.
* include/gc.h (GC_stack_base, GC_call_with_stack_base): Likewise.
* include/gc.h [GC_THREADS] (GC_register_my_thread): Likewise.
* misc.c [!THREADS] (GC_call_with_gc_active): Likewise.
* os_dep.c [LINUX_STACKBOTTOM] (GC_linux_main_stack_base): Likewise.
* os_dep.c (GC_get_stack_base): Likewise.
* pthread_support.c (GC_call_with_gc_active): Likewise.
* win32_threads.c (GC_call_with_gc_active): Likewise.
README.md
doc/README.macros
doc/porting.md
include/gc.h
include/private/gcconfig.h
misc.c
os_dep.c
pthread_support.c
win32_threads.c