emacs-devel
[Top][All Lists]
Advanced

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

Re: Enlarge MAX_ALLOCA?


From: Eli Zaretskii
Subject: Re: Enlarge MAX_ALLOCA?
Date: Sat, 28 Jun 2014 17:38:07 +0300

> From: address@hidden (K. Handa)
> Cc: address@hidden, address@hidden
> Date: Sat, 28 Jun 2014 23:15:58 +0900
> 
> In article <address@hidden>, address@hidden (K. Handa) writes:
> 
> > > Does the patch below look OK to you?  I tried it, but it seems to
> > > cause trouble when byte-compiling: Emacs enters some kind of infloop.
> > > Perhaps I misunderstood what you meant?
> 
> > I have not yet tested your patch,
> 
> I tested your patch, and confirmed the stuck.
> 
> > but I think it is better
> > to limit the maximum allocation size to the current
> > CHARBUF_SIZE, and also limit the mininum allocation size to
> > 16 units or so.  The latter is because some of
> > encode_coding_XXXX need at least a few more slots left in
> > coding->charbuf.
> 
> So, along the above line, I intalled the attached patch
> with which Emacs didn't stuck,

Thank you.



reply via email to

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