emacs-devel
[Top][All Lists]
Advanced

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

Re: Should we land Lisp reader optimizations?


From: Eli Zaretskii
Subject: Re: Should we land Lisp reader optimizations?
Date: Wed, 21 Jun 2017 20:41:29 +0300

> From: michael schuldt <address@hidden>
> Date: Tue, 20 Jun 2017 19:50:59 -0700
> 
> Since the time spent in GC appears so significant, why not disable GC while 
> reading?

Because you can easily run out of memory that way: the amount of
memory required to read and process a given .elc file is not known in
advance.



reply via email to

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