|
From: | Paul Eggert |
Subject: | Re: Making --with-wide-int the default |
Date: | Fri, 16 Oct 2015 01:27:38 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
Eli Zaretskii wrote:
Would you say it's safe to make this the default for Emacs 25?
I'd say it's safe, yes. --with-wide-int assumes 64-bit int but since we're requiring C99-or-later now this should be safe. And as you say, if there are performance problems people can configure --with-wide-int=no.
I guess the main problem will be people configuring with --enable-checking and with CFLAGS=-g0 on old slow 32-bit machines. However, people using non-default flags can just add --with-wide-int=no to their mix of flags, so this should be OK.
[Prev in Thread] | Current Thread | [Next in Thread] |