Mon, 30 Sep 2024 14:01:23 UTC | login

Information for build perl-B-COW-0.004-2.fc33

ID157768
Package Nameperl-B-COW
Version0.004
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-B-COW.git#7923f14a7102b3e529632e27066088b0623266d6
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 May 2020 20:36:35 UTC
CompletedThu, 07 May 2020 20:54:04 UTC
Taskbuild (f33, /rpms/perl-B-COW.git:7923f14a7102b3e529632e27066088b0623266d6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-B-COW.git#7923f14a7102b3e529632e27066088b0623266d6'}}
Tags
f33
RPMs
src
perl-B-COW-0.004-2.fc33.src.rpm (info) (download)
riscv64
perl-B-COW-0.004-2.fc33.riscv64.rpm (info) (download)
perl-B-COW-debuginfo-0.004-2.fc33.riscv64.rpm (info) (download)
perl-B-COW-debugsource-0.004-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Apr 24 2020 Paul Howarth <paul@city-fan.org> - 0.004-2 - Use %{make_build} and %{make_install} * Fri Apr 24 2020 Paul Howarth <paul@city-fan.org> - 0.004-1 - Update to 0.004 - Fix CowREFCNT issues on big endian * Tue Apr 21 2020 Paul Howarth <paul@city-fan.org> - 0.003-2 - Sanitize for Fedora submission * Tue Apr 21 2020 Paul Howarth <paul@city-fan.org> - 0.003-1 - Initial RPM version