Mail Archives: djgpp-workers/1997/09/10/21:14:20
> Consider it a figure of speech - not a vote... I checked through a lot of
> my old code last night and found that about half of my headers/.c files
> are around 2-3k, which means the whole file would be loaded in one hit...
> The rest of the files were proportionally larger....
Better consideration would be gcc. The compilers load source files
all at once (some of gcc's sources are huge), but the linker seeks
around a lot gathering up the various sections of the objects. It
should benefit from this new feature more than anything else.
- Raw text -