emacs-devel
[Top][All Lists]
Advanced

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

Re: byte-opt.el addition - optimize list of compile-time constants


From: Paul Pogonyshev
Subject: Re: byte-opt.el addition - optimize list of compile-time constants
Date: Wed, 8 Dec 2004 21:33:12 +0200
User-agent: KMail/1.4.3

Zack Weinberg wrote:
> I seriously wonder how much would break if this optimization were
> implemented for 'list'.  My suspicion is that people don't commonly
> apply 'eq' to lists in the first place.

You are very wrong here.  While it will hardly break sane code,
`eq' is _very_ often applied to cons cells, e.g. lists.

Paul





reply via email to

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