FFI Again (last time, I promise!)

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Tue Oct 17 12:58:48 UTC 2000


On Tue, 17 Oct 2000, Jarvis, Robert P. (Contingent) wrote:

> The advantage to __stdcall and __pascal is that the function arguments are
> popped from the stack by the called function.  

OTOH with cdecl it's easier to implement variable argument count - the
calling function knows how many args were pushed. I guess there are no var
args in the Win/Mac APIs?

-- Bert





More information about the Squeak-dev mailing list