An update on some pldhash changes that were backed out and then
gradually relanded...
On Wed, Feb 4, 2015 at 7:45 PM, Nicholas Nethercote
wrote:
> Hi,
>
> I just landed the patches in
> https://bugzilla.mozilla.org/show_bug.cgi?id=1050035. They
> affect PLDHashTable's API in the following ways.
>
I had to back these changes out due to some infrequent and
intermittent crashes and assertion failures, alas.
Nick
On Wed, Feb 4, 2015 at 7:45 PM, Nicholas Nethercote
wrote:
> Hi,
>
> I just landed the patches in
> https://bugzilla.mozilla.org/show_bug.cgi?id=1050035. They
> affect PLDHashTable'
On Fri, Feb 6, 2015 at 6:59 PM, Philip Chee wrote:
>>
>> - PLD_NewDHashTable() and PLD_HashTableDestroy() have been removed. You
>> should
>> now just use |new|+PL_DHashTableInit() and PLD_HashTableDestroy()+|delete|,
>
> ITYM PL_DHashTableFinish()+|delete|
I do. Thank you for the correction.
On 05/02/2015 11:45, Nicholas Nethercote wrote:
> Hi,
>
> I just landed the patches in
> https://bugzilla.mozilla.org/show_bug.cgi?id=1050035. They
> affect PLDHashTable's API in the following ways.
>
> - PLDHashTable now allocates its entry storage lazily. (nsTHashtable and
> friends do too, s
Hi,
I just landed the patches in
https://bugzilla.mozilla.org/show_bug.cgi?id=1050035. They
affect PLDHashTable's API in the following ways.
- PLDHashTable now allocates its entry storage lazily. (nsTHashtable and
friends do too, since they are just layers on top of PLDHashTable.) This is a
n
5 matches
Mail list logo