[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Mon Feb 8 14:46:11 CET 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/02/08 14:46:11
Modified files:
cm3/m3-libs/m3core/src/Csupport/Common/: hand.c
cm3/m3-sys/m3back/src/: M3x86.m3
Log message:
Change the helpers all from __cdecl to __stdcall.
It is smaller and therefore faster/better.
granted: if you could only have one calling convention, it
would have to be __cdecl, for its compatibility with printf
However __stdcall is heavily used.
This does break the ABI but I think that is ok.
More information about the M3commit
mailing list