Definition of software bloat - see "Emacs" (veering off-topic)
Definition of software bloat - see "Emacs" (veering off-topic)
Posted Feb 25, 2008 21:43 UTC (Mon) by nix (subscriber, #2304)In reply to: Definition of software bloat - see "Emacs" (veering off-topic) by rise
Parent article: Emacs news: new maintainer, version 22 pretest
64-bitness will definitely make a difference. This all has to do with the maximum size of Lisp integers (as used for things like the buffer position). Emacs uses a couple of high bits as tag markers (like many Lisp implementations), leaving you with enough to open a Gb or so on a 32-bit platform (maybe still 512Mb, I can't remember if the limit was ever lifted).
