Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!uunet!deimos.cis.ksu.edu!atanasoff!hascall From: hascall@atanasoff.cs.iastate.edu (John Hascall) Newsgroups: comp.lang.c Subject: Re: Named Blocks (Was Re: Oh noooooo!!) Message-ID: <1487@atanasoff.cs.iastate.edu> Date: 8 Sep 89 13:33:25 GMT References: <1989Sep7.162909.6638@light.uucp> <7818@goofy.megatest.UUCP> Reply-To: hascall@atanasoff.cs.iastate.edu.UUCP (John Hascall) Organization: Iowa State Univ. Computation Center Lines: 28 In article <7818@goofy.megatest.UUCP> djones@megatest.UUCP (Dave Jones) writes: }From article <1989Sep7.162909.6638@light.uucp>, by bvs@light.uucp (Bakul Shah): }> }> Also note that modern compilers are capable of inlining such one }> time use procedures (with a little help from the user). }> }Name one C compiler that does that. Ok. The VAX/VMS compiler. An excerpt from the help: CC /OPTIMIZE[=option] Controls whether optimization is performed by the compiler. /NOOPTIMIZE turns off the /PARALLEL qualifier. The two options are as follows: ... [NO]INLINE Specifies whether the compiler is allowed to perform the function inline optimization. John Hascall ISU Comp Center