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

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

bug#25995: 26.0.50; Mismatch between documented and actual behaviour of


From: Dmitry Gutov
Subject: bug#25995: 26.0.50; Mismatch between documented and actual behaviour of icomplete
Date: Thu, 22 Jun 2017 01:17:46 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Thunderbird/54.0

On 6/21/17 5:50 AM, npostavs@users.sourceforge.net wrote:

Ah, you're measuring interpreted code which will penalize the open-coded
loop more than the `cl-delete-if' call which has the loop tucked away
(and compiled).

Indeed, thanks. Since eager macro-expansion landed, I don't recall seeing more than a 2x difference between byte-compiled and interpreted code, but here it is. :)

In any case, nreverse barely affects the runtime, so please go ahead
and push the patch. Thanks!

Pushed to master [1: 1ed2086a03], also fixes the same issue for
`completion-pcm--all-completions' (Bug#24676).

Indeed!





reply via email to

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