Definition of software bloat - see "Emacs" (veering off-topic)
Definition of software bloat - see "Emacs" (veering off-topic)
Posted Feb 25, 2008 9:37 UTC (Mon) by pdewacht (subscriber, #47633)In reply to: Definition of software bloat - see "Emacs" (veering off-topic) by pr1268
Parent article: Emacs news: new maintainer, version 22 pretest
Emacs has the limit that file positions need to fit in an elisp integer. The elisp tagging scheme requires 4 bits for integers, so on 32-bit systems you're limited to 28 bit ==> 256mb files. The limit was even lower before Emacs 22 :(
