Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 909:b4a21af8ce8c
prev899:18e0cdea76aa
next927:17b6b9e245d8
author nkeynes
date Sun Dec 14 07:50:48 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Setup a 'proper' stackframe in translated blocks. This doesn't affect performance noticeably,
but does ensure that
a) The stack is aligned correctly on OS X with no extra effort, and
b) We can't mess up the stack and crash that way anymore.
Replace all PUSH/POP instructions (outside of prologue/epilogue) with ESP-rel moves to stack
local variables.
Finally merge ia32mac and ia32abi together, since they're pretty much the same now anyway (and
thereby simplifying maintenance a good deal)
file annotate diff log raw
1.1 --- a/config.h.in Sat Oct 25 12:36:42 2008 +0000
1.2 +++ b/config.h.in Sun Dec 14 07:50:48 2008 +0000
1.3 @@ -46,6 +46,9 @@
1.4 /* Have exception stack-frame information */
1.5 #undef HAVE_EXCEPTIONS
1.6
1.7 +/* Use fast register-passing calling conventions */
1.8 +#undef HAVE_FASTCALL
1.9 +
1.10 /* Define if the GNU gettext() function is already present or preinstalled. */
1.11 #undef HAVE_GETTEXT
1.12
.