Download List

프로젝트 설명

The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It is also used by a number of programming language implementations that use C as intermediate code. Alternatively, it may be used as a leak detector for C or C++ programs. A slightly older version of the garbage collector is also included as part of the GNU compiler (gcc) distribution.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-06-02 03:49
7.1

Tags: Stable, Minor feature enhancements

2007-07-03 16:00
7.0

C 코드를 이제 적어도 C89이 필요합니다. 힙에서 라이브 데이터를 이제 힙 확장보다 강력한 추론 수 있도록 도움을 계산합니다. 스레드 로컬 할당을 지원 향상되었습니다. 예전처럼 같은 스타일의 솔라리스 쓰레드 일부 오래된 플랫폼 지원이 제거되었습니다. 몇 가지 새로운 플랫폼을 지원이 추가되었습니다. 다양한 버그가 수정되었습니다.
Tags: Stable, Minor feature enhancements
The C code now requires at least C89. The live
data in the heap is now counted, helping to make
the heap expansion heuristic more robust. Thread
local allocation support was enhanced. Some
obsolete platform support such as old-style
Solaris threads was removed. Some new platform
support was added. Various bugs were fixed.

2006-07-13 12:11
6.8

Solaris/x86-64에 대한 지원, 잠자리는 BSD, 및 kFreeBSD에 대한 + glibc는 추가되었습니다. 맥 OS 스레드가 메모리 누수, MinGW malloc 리디렉션 버그, 그리고 다른 여러 가지 사소한 버그가 수정되었습니다.
Tags: Stable, Minor bugfixes
Support for Solaris/x86-64, for Dragonfly BSD, and for kFreeBSD+glibc was added. Mac OS thread memory leaks, a MinGW malloc redirection bug, and several other minor bugs were fixed.

2006-03-06 17:19
6.7

다윈 솔라리스 OS와 ARM은 플랫폼에 대한 수정 프로그램이 구현되었습니다. 텐덤는 S - 시리즈 지원 및 Darwin/x86 추가되었습니다. NetBSD 등 스레드 지원이 추가되었습니다. 최근 gcc를 수정 병합되었습니다.
Tags: Stable, Minor feature enhancements
Fixes for Solaris and Darwin OS and the ARM
platform have been implemented. Support for Tandem
S-Series and for Darwin/x86 has been added. NetBSD
threads support has been added. Recent gcc fixes
have been merged.

2005-09-19 10:05
6.6

IRIX 같이 나눠진의 CPU 수를 탐지와 FreeBSD 해결되었습니다. 이 구문은 / proc / 셀프 / 리눅스에 대한지도를 수정했다. 몇 가지 수정 사항 및 향상된 기능 FreeBSD를 / 파워, 리눅스 / SH 공사, 리눅스 / ARM은, 다윈, 그리고 64을 위해 만든 일반적인 비트 플랫폼. 의 gcc - 4.0.2와 편집 해결되었습니다. 다른 여러 가지 버그가 수정되었습니다.
Tags: Stable, Minor bugfixes
CPU count detection for Irix and FreeBSD was
fixed. Parsing of /proc/self/maps on Linux was
fixed. Several fixes and enhancements were made
for FreeBSD/PowerPC, Linux/SH, Linux/ARM, Darwin,
and for 64-bit platforms in general. Compilation
with gcc-4.0.2 was fixed. Several other bugs were
fixed.

Project Resources