emacs-devel
[Top][All Lists]
Advanced

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

Re: [RFC, PATCH] shrink struct vectorlike_header #2


From: Dmitry Antipov
Subject: Re: [RFC, PATCH] shrink struct vectorlike_header #2
Date: Thu, 08 Nov 2012 18:45:24 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

On 11/08/2012 06:03 PM, Stefan Monnier wrote:

struct Lisp_Vector
   {
      struct vectorlike_header header;
      union
        {
           Lisp_Object contents[1];
           struct Lisp_Vector *next;
        } u;
   };

Yes, that'd be better.

This will be a quite large patch, with a lot of small changes,
and I don't want to mix them with the core logical changes.
So if others votes for such a change, I would rather like to
do it separately.

Dmitry




reply via email to

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