emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: feature/native-comp f842816 2/3: Fix native compiler string hash con


From: Andrea Corallo
Subject: Re: feature/native-comp f842816 2/3: Fix native compiler string hash consing strategy (bug#47868)
Date: Wed, 21 Apr 2021 21:14:19 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> +(define-hash-table-test 'comp-imm-equal-test #'equal-including-properties
>
> Why not call it `equal-including-properties`?

I had 2 little thoughts: in the future we might want to tweak further
the hash consing strategy, I didn't know in which file was more
apropriate to define `equal-including-properties'.

>> +  (lambda (x)
>> +    (sxhash-equal-including-properties x)))
>
> Aka #'sxhash-equal-including-properties, right?

Ops! :/

Thanks

  Andrea



reply via email to

[Prev in Thread] Current Thread [Next in Thread]