Xref: utzoo comp.lang.c:10297 comp.lang.fortran:682 Path: utzoo!attcan!uunet!portal!cup.portal.com!Paul_L_Schauble From: Paul_L_Schauble@cup.portal.com Newsgroups: comp.lang.c,comp.lang.fortran Subject: Re: no noalias not negligible (long) Message-ID: <5756@cup.portal.com> Date: 22 May 88 11:14:01 GMT References: <54080@sun.uucp> <11608@mimsy.UUCP> Organization: The Portal System (TM) Lines: 9 XPortal-User-Id: 1.1001.3295 Chris Torek writes... >The linker is to be the code generator... Not quite enough, Chris. If you view the conventional compiler as having three phases: parse, optimize, generate (generate includes local optimization), you need the "linker" to do the last two. Actually, I like the idea. Paul