emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master c8d14cf: Fix glitches in recent hash table chan


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master c8d14cf: Fix glitches in recent hash table changes
Date: Sun, 19 Feb 2017 15:29:13 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

>     (struct Lisp_Hash_Table.rehash_threshold): Now double rather than
>     float, since the float caused unwanted rounding errors, e.g.,
>     (hash-table-rehash-threshold (make-hash-table)) yielded
>     0.800000011920929 instead of the correct 0.8.

I very consciously decided that those rounding errors do not matter.


        Stefan



reply via email to

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