summaryrefslogtreecommitdiff
path: root/doc/README.sgi
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-03-21 10:43:12 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-03-22 10:20:41 +0300
commit87a4de2207e4b297a1a7fc6ff663e8d607726955 (patch)
tree39121c142217b069520bb428c0e59064a94ba956 /doc/README.sgi
parent974e07b74460e86489ec8e75d50366e962cd87ec (diff)
downloadbdwgc-87a4de2207e4b297a1a7fc6ff663e8d607726955.tar.gz
Remove documentation specific to particular old BDWGC releases
* doc/README.Mac: Remove mentioning of particular GC versions; adjust the information (if needed) to match the current GC functionality. * doc/README.amiga: Likewise. * doc/README.arm.cross: Likewise. * doc/README.autoconf: Likewise. * doc/README.linux: Likewise. * doc/README.macros (FINALIZE_ON_DEMAND, JAVA_FINALIZATION): Likewise. * doc/README.sgi: Likewise. * doc/README.solaris2 (SOLARIS THREADS): Likewise. * doc/README.symbian: Likewise. * doc/README.win32 (Threads): Likewise. * doc/README.win64: Likewise. * doc/gcdescr.md (Allocation, Thread support, Thread-local allocation): Likewise. * doc/gcinterface.md (GC_INIT): Likewise. * doc/leak.md: Likewise. * doc/porting.md (Additional requirements for a basic port, Thread support): Likewise. * doc/scale.md (Options for enhanced scalability, Performance): Likewise. * doc/simple_example.md (Debugging): Do not mention removed `--enable-full-debug` option of configure. * include/gc.h (GC_parallel, GC_dont_gc, GC_use_entire_heap, GC_set_handle_fork): Remove comment that the behavior has changed in a particular GC version. * include/gc_inline.h (GC_MALLOC_WORDS_KIND): Likewise. * include/gc.h (GC_set_free_space_divisor, GC_warn_proc): Reword comment about ABI incompatible change in some GC version. * include/gc.h (GC_get_heap_usage_safe): Remove comment that the API was introduced in a particular GC version. * include/gc_cpp.h (UseGC): Likewise. * os_dep.c [LINUX_STACKBOTTOM && IA64] (GC_get_register_stack_base): Remove mentioning of a particular GC version (and of an old behavior on an ancient kernel) in a comment. * win32_threads.c [!GC_PTHREADS && !GC_NO_THREADS_DISCOVERY] (GC_DllMain): Likewise. * OS2_MAKEFILE: Likewise.
Diffstat (limited to 'doc/README.sgi')
-rw-r--r--doc/README.sgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/README.sgi b/doc/README.sgi
index e4230336..88182d87 100644
--- a/doc/README.sgi
+++ b/doc/README.sgi
@@ -8,8 +8,7 @@ If you use -DREDIRECT_MALLOC=GC_malloc with C++ code, your code should make
at least one explicit call to malloc instead of new to ensure that the proper
version of malloc is linked in.
-Sproc threads are not supported in this version, though there may exist other
-ports.
+Sproc threads are not supported.
Pthreads support is provided. This requires that: