1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

Mention buffer size limit --with-wide-int on 32-bit hosts.

This commit is contained in:
Paul Eggert 2011-10-18 08:34:06 -07:00
parent 343a34ff0b
commit 1987bb15c5

View file

@ -51,6 +51,8 @@ This is not a new feature; only the configure flag is new.
---
** There is a new configure option --with-wide-int.
With it, Emacs integers typically have 62 bits, even on 32-bit machines.
On 32-bit hosts, this raises the limit on buffer sizes from 512 MiB to
a bit less than 4 GiB, with the exact limit set by the operating system.
---
** New translation of the Emacs Tutorial in Hebrew is available.