Path: utzoo!telly!ddsw1!lll-winken!killer!mit-eddie!bloom-beacon!tut.cis.ohio-state.edu!WHEATIES.AI.MIT.EDU!rms From: rms@WHEATIES.AI.MIT.EDU (Richard Stallman) Newsgroups: gnu.gcc.bug Subject: A smart linker proposal and fpp question Message-ID: <8901030108.AA00497@sugar-bombs.ai.mit.edu> Date: 3 Jan 89 01:08:04 GMT References: <323@cstw01.UUCP> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 I have heard of systems with such linkers. However, "linker" may be a misnomer; it really involves writing some sort of intermediate code into "object files", and finishing the compilation of the entire program all at once at the end. It might be possible to extend GCC this way, but it would be a lot of work. I don't know how much faster the output would run. I don't plan to work on this, so feel free.