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:
parent
686d3a0708
commit
5f9d43c9ff
@ -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
3
gc-8.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2540f7356cb74f6c5b75326c6d38a066edd796361fd7d4ed26e494d9856fed8f
|
||||||
|
size 1183225
|
26
gc.changes
26
gc.changes
@ -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>
|
Tue Sep 28 22:27:54 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
4
gc.spec
4
gc.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gc
|
Name: gc
|
||||||
Version: 8.0.6
|
Version: 8.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A garbage collector for C and C++
|
Summary: A garbage collector for C and C++
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -101,7 +101,7 @@ done
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if !0%{?qemu_user_space_build}
|
%if !0%{?qemu_user_space_build}
|
||||||
make check
|
make check -j1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n libgc1 -p /sbin/ldconfig
|
%post -n libgc1 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user