SHA256
2
0

Accepting request 923729 from home:jengelh:branches:devel:libraries:c_c++

- Update to release 8.2.0

OBS-URL: https://build.opensuse.org/request/show/923729
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=43
This commit is contained in:
Dirk Mueller 2021-10-16 09:53:04 +00:00 committed by Git OBS Bridge
parent 686d3a0708
commit 5f9d43c9ff
4 changed files with 31 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b4914abc9fa76593596773e4da671d7ed4d5390e3d46fbf2e5f155e121bea11
size 1168660

3
gc-8.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2540f7356cb74f6c5b75326c6d38a066edd796361fd7d4ed26e494d9856fed8f
size 1183225

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Sep 29 22:03:07 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 8.2.0
* Add API for accessing incremental GC time limit with
nanosecond precision
* Add API function to force start of incremental collection
* Add GC_get/set_disable_automatic_collection API
* New API (GC_set_markers_count) to control number of parallel
markers
* New API function to clear GC exclusion table
* New API function to get size of object debug header
* New API standalone functions to acquire and release the
allocator lock
* Always abort on failure to access /proc/self/maps
* Avoid initial 3ms pause on world stop/start with GC_retry_signals
* Enable mprotect-based incremental GC for Linux/arm and
Linux/aarch64
* Enable true incremental collection even if parallel marker is on
* Fix mmap(PROT_NONE) failure if RLIMIT_AS value is low (Linux)
* Report memory region bounds and errno on GC_unmap/remap failure
* Use mprotect-based VDB on PowerPC and S390 (Linux)
* Use soft dirty bits on Linux (i386, powerpc, s390, x86_64)
* Fix copyright message in de_win.rc, gc_cpp.cc, ec.h and
specific.h
-------------------------------------------------------------------
Tue Sep 28 22:27:54 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: gc
Version: 8.0.6
Version: 8.2.0
Release: 0
Summary: A garbage collector for C and C++
License: BSD-3-Clause
@ -101,7 +101,7 @@ done
%check
%if !0%{?qemu_user_space_build}
make check
make check -j1
%endif
%post -n libgc1 -p /sbin/ldconfig