When a generic function calls the static function, four stack slots
were being allocated, the frame pointer was pushed then three more slots allocated. At most three slots are needed, so allocate just three. Perhaps only two slot are needed now, for the ofcp and return pc, the code slot is not used.
Please register or sign in to comment