释义 |
abnormal statement 异常语句;[异常叙述] A FORTRAN statement which specifies that certain function subroutines must be called whenever they are referred to. It is used by the compiler to optimize the calling of other (nonabnormal) function subroutines. FORTRAN里的语句,可以用来说明这样的要求:对于某些函数子程序,每当它们被引用时, 必须产生一次对这些子程序的调用。这一事实使得编译程序可以优化对于其它(非异常)子 程序的调用。 |