all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] master e828765: DEFVAR_INT variables are now intmax_t
@ 2019-02-27 16:13 Eli Zaretskii
  2019-02-28  1:50 ` Paul Eggert
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2019-02-27 16:13 UTC (permalink / raw)
  To: Paul Eggert; +Cc: emacs-devel

> branch: master
> commit e828765d01313acddcf17279b6b43ae9f777f2a4
> Author: Paul Eggert <eggert@cs.ucla.edu>
> Commit: Paul Eggert <eggert@cs.ucla.edu>
> 
>     DEFVAR_INT variables are now intmax_t
>     
>     Formerly they were fixnums, which led to problems when dealing
>     with values that might not fit on 32-bit platforms, such as
>     string-chars-consed or floats_consed.  64-bit counters should
>     be good enough for these (for a while, anyway...).

Doesn't this slow down 32-bit builds?  We have quite a few of
DEFVAR_INTs in Emacs.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-05  2:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-27 16:13 [Emacs-diffs] master e828765: DEFVAR_INT variables are now intmax_t Eli Zaretskii
2019-02-28  1:50 ` Paul Eggert
2019-02-28 18:09   ` Eli Zaretskii
2019-03-01 16:59     ` Paul Eggert
2019-03-01 19:26       ` Eli Zaretskii
2019-03-05  2:11         ` Paul Eggert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.