Should a thread function be always non-prototyped or do we allow prototyped ones too?

On preparing a thread, the parameters of the thread function are copied/cloned into the new thread interpreter. So I'd like to know, which registers get the state from the calling interpreter (all or according to prototyped or to non-prototyped calling conventions).

leo

Reply via email to