Greg Stein
d7a766e9df
Suggested fix from jtalkington@users.sf.net.
...
See bug #765227 .
* lib/internal.h:
(FASTCALL, PTRFASTCALL): only define these macros for the GNU C compiler
on i386 platforms. apprently, they do not work well on PPC ports.
2003-09-28 21:57:22 +00:00
Fred L. Drake, Jr.
f668c507d9
Be more defensive: only enable the *CALL macros when using GCC on
...
Linux, since we know the current definitions work there and have a
positive effect.
This closes SF bug #692878 .
2003-03-14 17:25:12 +00:00
Fred L. Drake, Jr.
cc454566be
Fix FASTCALL for GCC on Solaris (SF bug #692878 ).
...
This file is becoming a liability.
2003-03-12 23:02:11 +00:00
Karl Waclawek
5ca83cc911
Changed calling convention macros to differentiate between
...
different types of function calls - see comments in internal.h.
2002-09-20 03:42:43 +00:00
Fred L. Drake, Jr.
d784ead9cb
A last-minute report suggests a problem with this using at least some
...
versions of egcs, so disable FASTCALL for GCC as well. We are now not using
this for any platform. ;-(
2002-09-06 21:49:57 +00:00
Fred L. Drake, Jr.
9bd525992b
Disable FASTCALL on Windows since it turned out not to be as effective
...
as hoped. Leaving the definition in the file so we'll know what it
was that didn't work, and hopefully find something better in the
future.
2002-09-06 21:29:46 +00:00
Fred L. Drake, Jr.
ca524b2c69
Added new header for common internal definitions. These are all performance-
...
related at the moment.
2002-09-05 01:56:29 +00:00