/
niceSOFT
/
bdwgc
ОбзорДокументацияВойти
/
niceSOFT
/
bdwgc
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
bdwgc/
docs/platforms/
..
README.aix

Mention 'multi-threading support' in comments and documentation uniformly

8 месяцев назад
README.darwin

Name macOS platform uniformly in comment and documentation

8 месяцев назад
README.dgux386

Put a space after '-D' option prefix in documentation

10 месяцев назад
README.emscripten

Mention 'multi-threading support' in comments and documentation uniformly

8 месяцев назад
README.ews4800

Do not mention person names in upper case (documentation)

10 месяцев назад
README.hp

Mention 'multi-threading support' in comments and documentation uniformly

8 месяцев назад
README.linux

Always mention 'dlopen' and 'pthreads' in lower case (documentation)

10 месяцев назад
README.os2

Mention 'multi-threading support' in comments and documentation uniformly

8 месяцев назад
README.sgi

Control redirection internally using REDIRECT_MALLOC_DEBUG/UNCOLLECTABLE (refactoring)

8 месяцев назад
README.solaris2

Control redirection internally using REDIRECT_MALLOC_DEBUG/UNCOLLECTABLE (refactoring)

8 месяцев назад
README.symbian

Mention 'multi-threading support' in comments and documentation uniformly

8 месяцев назад
README.win32

Enable thread-local allocation for DllMain-based thread registration

3 месяца назад
README.win64

Put a space after '-D' option prefix in documentation

10 месяцев назад
README.aix
We have so far failed to find a good way to determine the stack base.
It is highly recommended that GC_stackbottom be set explicitly on program
startup. The supplied value sometimes causes failure under AIX 4.1, though
it appears to work under 3.X. HEURISTIC2 seems to work under 4.1, but
involves a substantial performance penalty, and will fail if there is
no limit on stack size.
 
There is no multi-threading support. (I assume recent versions of AIX provide
pthreads? I no longer have access to a machine ...)