optlink

optlink

Default linkage convention using in C programming under the IBM C Set/2 compiler, which causes the compiler to generate object code for a function or subroutine, such that parameters are placed on the stack in right-to-left order, and the stack is cleared by the calling function when control is returned. The optlink linkage convention differs from the system linkage convention in the preservation of register values and the handling of return values.


[Back: optimized window]
[Next: OS/2]