Mail Archives: djgpp/1996/10/17/03:38:32
On Wed, 16 Oct 1996, John M. Aldrich wrote:
> BTW, I don't honestly think that the GNU tools can be ported to 16-bit,
I don't have the sources for GCC's cpp handy, but I suspect it reads
the entire file into memory (at least a version distributed with GNU
Emacs does exactly that). If that's the case, then with 16-bit version
you won't be able to process files larger than, say, 600K, unless you
either make significant changes in the original code or use some special
library which allows transparent access to extended memory.
- Raw text -