Named Blocks (Was Re: Oh noooooo!!)

John Hascall hascall at atanasoff.cs.iastate.edu
Fri Sep 8 23:33:25 AEST 1989


In article <7818 at goofy.megatest.UUCP> djones at megatest.UUCP (Dave Jones) writes:
}From article <1989Sep7.162909.6638 at light.uucp>, by bvs at 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



More information about the Comp.lang.c mailing list