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: Miles Bader
Subject: Re: byte-opt.el addition - optimize list of compile-time constants
Date: Thu, 9 Dec 2004 11:46:02 +0900

> which is what (function ...) is for, right?  I am quite confused by
> what the manual says about function vs. bare lambda expressions.

A user might well have a constant list with (function (lambda ...))
embedded in it that _isn't_ intended to be executed; the compiler
simply cannot make assumptions like you suggest about the contents of
a constant list.

-Miles




reply via email to

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