calling convention


calling convention

(programming)The arrangement of arguments for a procedureor function call. Different programming languages may requirearguments to be pushed onto a stack or entered inregisters in left-to-right or right-to left order, andeither the caller or the callee can be responsible forremoving the arguments. The calling convention alsodetermines if a variable number of arguments is allowed.