emacs-devel
[Top][All Lists]
Advanced

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

Re: Floating-point constant folding in Emacs byte compiler


From: Noam Postavsky
Subject: Re: Floating-point constant folding in Emacs byte compiler
Date: Fri, 30 Mar 2018 12:31:45 -0400

On 30 March 2018 at 12:26, Pip Cet <address@hidden> wrote:

> It's easy to fix this by merging the constvec based on eql rather than
> eq, but that makes the byte compiler inconsistent: with optimization,
> (lambda () (eq 1024.0 1024.0)) will still be false, but without
> optimization, it will turn into bytecode that always returns true.

I don't think there should be an expectation that `eq' on floats is consistent.



reply via email to

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