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: Thien-Thi Nguyen
Subject: Re: byte-opt.el addition - optimize list of compile-time constants
Date: Thu, 09 Dec 2004 10:22:41 -0500

   From: Zack Weinberg <address@hidden>
   Date: Wed, 08 Dec 2004 22:49:13 -0800

   the breakage [...] would be very limited indeed

even limited breakage is unacceptable.  an optimizer operates under a
sort of hippocratic oath -- don't make things worse!

if i as a user wrote (quote ...), that means i intend ... to be my
domain of play, not that of the byte compiler/optimizer/whatever.

if i wanted to expose something in ... to be non-opaque i would use
quasiquote.

what you propose to do would result in me not trusting (quote ...).
that's not good for my relationship w/ elisp.

thi




reply via email to

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