Fri, 23 Jan 2026 16:28:52 CST | login

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

ID16304
Package Nameperl-B-COW
Version0.004
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-B-COW.git?.#4bf6af9ca56a116098e466750f4f7fc3c8766551
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
StartedThu, 21 Sep 2023 00:56:39 CST
CompletedThu, 21 Sep 2023 00:58:25 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-3.oc9.src.rpm (info) (download)
aarch64
perl-B-COW-0.004-3.oc9.aarch64.rpm (info) (download)
perl-B-COW-debuginfo-0.004-3.oc9.aarch64.rpm (info) (download)
perl-B-COW-debugsource-0.004-3.oc9.aarch64.rpm (info) (download)
x86_64
perl-B-COW-0.004-3.oc9.x86_64.rpm (info) (download)
perl-B-COW-debuginfo-0.004-3.oc9.x86_64.rpm (info) (download)
perl-B-COW-debugsource-0.004-3.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 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