develooper Front page | perl.perl5.porters | Postings from February 2017

Re: Should we consider locked hashes a failed experiment?

Thread Previous | Thread Next
From:
Father Chrysostomos
Date:
February 3, 2017 20:48
Subject:
Re: Should we consider locked hashes a failed experiment?
Message ID:
20170203204840.3300.qmail@lists-nntp.develooper.com
Steffen Mueller wrote:
> On an ironic side note: The placeholder logic seems to also be relevant
> to the way hints hashes are implemented (I might be misreading this.
> though), so the placeholder stuff that caused Yves to ask about the fate
> of locked hashes seems to be needed for more than just that. Shame.
> Really isn't helping. :)

&PL_sv_placeholder is a convenient pointer that is (supposed to
be) used solely for its memory address, without the contents ever
being written to or read.  It just happens to be quite convenient
for two different (but admittedly similar) purposes.  Whether
&PL_sv_placeholder is used by hint hashes is irrelevant to
locked hashes.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About