Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4025:f9a0570637f3
[xemacs-hg @ 2007-06-22 00:21:12 by aidan]
#ifdef out problematic AMD64 code, eval.c, record_unwind_protect_restoring_int, restore_int.
author | aidan |
---|---|
date | Fri, 22 Jun 2007 00:21:17 +0000 |
parents | 53260b0cd16b |
children | f386b9b92417 |
comparison
equal
deleted
inserted
replaced
4024:f901409b074b | 4025:f9a0570637f3 |
---|---|
1 2007-06-22 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * eval.c (restore_int): | |
4 * eval.c (record_unwind_protect_restoring_int): | |
5 Conditionalise the munging of a C integer into a void pointer on | |
6 whether it's necessary at compile time, using INT_VALBITS (which | |
7 describes how many value bits a Lisp integer has) and INTBITS | |
8 (describing how many value bits a C integer has). | |
9 | |
1 2007-05-24 Aidan Kehoe <kehoea@parhasard.net> | 10 2007-05-24 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 * eval.c (Feval): | 12 * eval.c (Feval): |
4 Small optimisations from Sebastian Freundt's SXEmacs work; don't | 13 Small optimisations from Sebastian Freundt's SXEmacs work; don't |
5 do the unnecessary book-keeping in the trivial cases, only look | 14 do the unnecessary book-keeping in the trivial cases, only look |