emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master e828765: DEFVAR_INT variables are now intmax_t


From: Paul Eggert
Subject: Re: [Emacs-diffs] master e828765: DEFVAR_INT variables are now intmax_t
Date: Fri, 1 Mar 2019 08:59:25 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

On 2/28/19 10:09 AM, Eli Zaretskii wrote:
> We have
> lived with this limitation for a long time, so why not leave it alone?
> Just because we _can_ make them bignums doesn't necessarily mean we
> should.

I'm mostly worried about garbage-collection statistics that can overflow
fixnums on 32-bit platform. However, it's a valid point that most of
these DEFVAR_INTs can be fixnums. I'll look into changing them back,
while keeping GC stats reliable.




reply via email to

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