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

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

bug#11657: 24.1.50; Byte compiler is a lot slower now, when run interpre


From: Eli Zaretskii
Subject: bug#11657: 24.1.50; Byte compiler is a lot slower now, when run interpreted
Date: Mon, 11 Jun 2012 19:53:48 +0300

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: 11657@debbugs.gnu.org
> Date: Sun, 10 Jun 2012 21:10:07 -0400
> 
> > Another would be to add some instrumentation code to the `pcase' macro,
> > to output a message everytime the cache misses.  E.g. use the patch below.
> 
> I tried that and found that the `pcase-let' macro was not memoized (it
> goes through `pcase' but pcase's memoization fails in that case).
> I added explicit memoization to pcase-let, which should
> help significantly.
> 
> Please try it and tell me if it was the only source of slowdown.

Unfortunately, I see no improvement at all, with trunk revision
108559: I still get the same 16.5 sec compiling org.el.

Thanks.





reply via email to

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