[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Making --with-wide-int the default
From: |
Ulrich Mueller |
Subject: |
Re: Making --with-wide-int the default |
Date: |
Tue, 17 Nov 2015 21:32:25 +0100 |
>>>>> On Tue, 17 Nov 2015, Paul Eggert wrote:
> On 11/17/2015 01:08 AM, Ulrich Mueller wrote:
>> A limit imposed by the machine's word size doesn't seem so arbitrary
> Yes, quite so, and that's what --with-wide-int does: it changes Emacs so
> that buffer sizes are limited by the machine word size, instead of being
> limited by some arbitrary truncation of that word size, a truncation not
> imposed by the machine.
The maximum sizes aren't much increased though, as the limit of
process address space will be hit soon after. Which for a 32-bit Linux
typically is somewhere between 2 and 3 GiB. So yes, there are some
file sizes which can be edited in addition, but that range is rather
narrow.
I still think that --without-wide-int is the more reasonable default.
Users who need those big buffers or files can easily flip the option.
Ulrich
- Re: Making --with-wide-int the default, (continued)
- Re: Making --with-wide-int the default, Paul Eggert, 2015/11/16
- Re: Making --with-wide-int the default, Random832, 2015/11/16
- Re: Making --with-wide-int the default, Eli Zaretskii, 2015/11/16
- Re: Making --with-wide-int the default, Paul Eggert, 2015/11/17
- Re: Making --with-wide-int the default, Ulrich Mueller, 2015/11/17
- Re: Making --with-wide-int the default, Paul Eggert, 2015/11/17
- Re: Making --with-wide-int the default,
Ulrich Mueller <=
- Re: Making --with-wide-int the default, Achim Gratz, 2015/11/18
- Re: Making --with-wide-int the default, David Kastrup, 2015/11/18
- Re: Making --with-wide-int the default, Eli Zaretskii, 2015/11/18
- Re: Making --with-wide-int the default, Richard Stallman, 2015/11/17
- Re: Making --with-wide-int the default, David Kastrup, 2015/11/17
- Re: Making --with-wide-int the default, Paul Eggert, 2015/11/17
- Re: Making --with-wide-int the default, Tom Tromey, 2015/11/16
- Re: Making --with-wide-int the default, Stefan Monnier, 2015/11/19
- Re: Making --with-wide-int the default, Eli Zaretskii, 2015/11/20
- Re: Making --with-wide-int the default, John Wiegley, 2015/11/20