comparison src/bytecode.c @ 255:084402c475ba r20-5b26

Import from CVS: tag r20-5b26
author cvs
date Mon, 13 Aug 2007 10:21:18 +0200
parents 2c611d1463a6
children c5d627a313b1
comparison
equal deleted inserted replaced
254:e92abcaa252b 255:084402c475ba
54 * debugging the byte compiler...) Somewhat surprisingly, defining this 54 * debugging the byte compiler...) Somewhat surprisingly, defining this
55 * makes Fbyte_code about 8% slower. 55 * makes Fbyte_code about 8% slower.
56 * 56 *
57 * define BYTE_CODE_METER to enable generation of a byte-op usage histogram. 57 * define BYTE_CODE_METER to enable generation of a byte-op usage histogram.
58 */ 58 */
59 /* This isn't defined in FSF Emacs and isn't defined in XEmacs v19 */
60 #ifdef DEBUG_XEMACS
59 #define BYTE_CODE_SAFE 61 #define BYTE_CODE_SAFE
62 #endif
60 /* #define BYTE_CODE_METER */ 63 /* #define BYTE_CODE_METER */
61 64
62 65
63 #ifdef BYTE_CODE_METER 66 #ifdef BYTE_CODE_METER
64 67