Node:Optimize Call, Next:, Previous:Optimize Options, Up:Optimize



Optimize Call

When a CALL statement is executed, the called program is linked at run time. By specifying the compiler option -fstatic-call, you can statically link the program at compile time and call it efficiently. (see Static Linking)