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

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

Re: bad change to tooltip.el


From: Stefan Monnier
Subject: Re: bad change to tooltip.el
Date: Thu, 18 Nov 2004 19:06:43 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

>> I'm not sure what's the reason, but I know that I'd oppose any such change
>> because the speed difference is much too large.

> The overhead of starting a clean Emacs is ~0.6s on a P200, and a
> fraction of the typical compilation time for a file as far as I can
> tell.

Maybe I was particularly unlucky  in my setup (NFS and stuff), but last time
I tried the difference was more than a factor of 2.

>> I always use `make recompile' and it works just fine.
> It's clear it masks errors, at least.

Sure.  But it's the author's responsibility to watch for those problems and
he most likely compiles from within his running Emacs anyway, so the
difference doesn't even appear in the picture.

>> I'd rather fix the byte-compiler to behave better with `make
>> recompile'

> I don't think it's a compiler problem if required files mask missing
> functions.

I think it is.  Using `fboundp' to see if a function will be available when
the code will be run is OK for a quick-and-dirty solution, but it's
otherwise just naive.


        Stefan




reply via email to

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