ecl/src/h
2010-02-08 23:20:29 +01:00
..
bytecodes.h Reorganize the code for OP_LABELS/OP_FLET in ecl_interpret() to occupy less space and get faster. 2010-02-08 23:20:29 +01:00
config.h.in Reduce the size of the core using GCC's __attribute__((noreturn)) 2010-02-04 21:18:24 +01:00
cs.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
ecl-cmp.h The macros for creating statically allocated strings are moved into ecl-inl.h 2009-12-19 23:08:54 +01:00
ecl-inl.h The macros for creating statically allocated strings are moved into ecl-inl.h 2009-12-19 23:08:54 +01:00
ecl.h Replace use of __builtin_expect() with two macros, ecl_{likely,unlikely} 2010-02-04 16:54:05 +01:00
eval.h Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
external.h ecl_cs_overflow() and SIGSEGV handler now share the same strategy: jump to the outermost frame when the error can not be cured. 2010-02-08 12:46:13 +01:00
internal.h ecl_init_env() split into ecl_init_env and ecl_cs_set_org() so that the former does not need to be executed in the same thread where it is going to be used. 2010-01-21 14:31:56 +01:00
number.h Moved more uses of _ecl_big_register*() out of sources into big.d. Introduced _ecl_big_gcd(). 2010-01-28 23:36:01 +01:00
object.h Special variable bindings using a thread-local array instead of a hash table. 2010-01-22 17:47:10 +01:00
page.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
stacks.h Mark in stacks.h the error conditions with ecl_unlikely(). 2010-02-08 21:49:31 +01:00
unify.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00