Fri, 23 Jan 2026 14:43:43 CST | login

Information for build perl-B-COW-0.004-5.oc9

ID18738
Package Nameperl-B-COW
Version0.004
Release5.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-B-COW.git?.#9ff819f3651dfc1cbddeed7d24ed6e5047f4124e
SummaryAdditional B helpers to check Copy On Write status
DescriptionB::COW provides some naïve additional B helpers to check the Copy On Write (COW) status of one SvPV (a Perl string variable). A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of) Read Only C string, which would be Copied On Write (COW). More than one SV can share the same PV, but when one PV needs to alter it, it would perform a copy of it, decreasing the COWREFCNT counter. One SV can then drop the COW flag when it's the only one holding a pointer to the PV. The COWREFCNT is stored at the end of the PV, after the null byte terminating the string. That value is limited to 255: when we reach 255, a new PV would be created.
Built bydenisecheng
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 04:56:31 CST
CompletedMon, 08 Jan 2024 04:59:02 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-B-COW.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-B-COW.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-B-COW-0.004-5.oc9.src.rpm (info) (download)
aarch64
perl-B-COW-0.004-5.oc9.aarch64.rpm (info) (download)
perl-B-COW-debuginfo-0.004-5.oc9.aarch64.rpm (info) (download)
perl-B-COW-debugsource-0.004-5.oc9.aarch64.rpm (info) (download)
x86_64
perl-B-COW-0.004-5.oc9.x86_64.rpm (info) (download)
perl-B-COW-debuginfo-0.004-5.oc9.x86_64.rpm (info) (download)
perl-B-COW-debugsource-0.004-5.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.004-5 - Rebuilt for OpenCloudOS Stream 23.09 * Tue Aug 15 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.004-4 - Remove perl-libs which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.004-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.004-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Mar 21 2023 cunshunxia <cunshunxia@tencent.com> - 0.004-1 - initial build