emacs-devel
[Top][All Lists]
Advanced

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

Re: Comments on display.texi


From: Kim F. Storm
Subject: Re: Comments on display.texi
Date: Wed, 29 Sep 2004 16:39:15 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> One of the GNU coding standards is to avoid fixed-allocated tables.
> Why not malloc them?  You can start them at length 20 and realloc them
> if they are ever exceeded.

I have now changed it to allocate the tables dynamically.

There is still a limit, but it is now at 64K bitmaps -- anybody
needing more than that must be doing something wrong :-)

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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