Thu, 22 Jan 2026 14:59:53 CST | login

Information for build perl-B-COW-0.007-1.oc9

ID21459
Package Nameperl-B-COW
Version0.007
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-B-COW.git?.#a1de72855fbffa9839a0ed187e28db78be91d405
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
StartedTue, 26 Mar 2024 01:59:23 CST
CompletedTue, 26 Mar 2024 02:01:26 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
dist-oc9.0-compose
dist-oc9.2-compose
RPMs
src
perl-B-COW-0.007-1.oc9.src.rpm (info) (download)
aarch64
perl-B-COW-0.007-1.oc9.aarch64.rpm (info) (download)
perl-B-COW-debuginfo-0.007-1.oc9.aarch64.rpm (info) (download)
perl-B-COW-debugsource-0.007-1.oc9.aarch64.rpm (info) (download)
x86_64
perl-B-COW-0.007-1.oc9.x86_64.rpm (info) (download)
perl-B-COW-debuginfo-0.007-1.oc9.x86_64.rpm (info) (download)
perl-B-COW-debugsource-0.007-1.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 * Thu Dec 21 2023 Upgrade Robot <upbot@opencloudos.org> - 0.007-1 - Upgrade to version 0.007 * 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