bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#17584: 24.3.91; bug of `=' operator optimization


From: Stefan Monnier
Subject: bug#17584: 24.3.91; bug of `=' operator optimization
Date: Mon, 26 May 2014 16:54:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> The following is a code with a little more optimized than
> byte-optimize-predicate.  It can be used by `<', `<=', `>', `>='.

Here I also doubt it's worth the trouble: the "multiple arg" version of
those predicates was only added recently so it's not used very often,
and of those cases I doubt many of them would benefit from
your optimization.

So I installed a simpler patch which just fixes the bogus optimization
when there are more than 2 args.


        Stefan





reply via email to

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