• Dmitry Antipov's avatar
    Make maybe_gc inline. · dac616ff
    Dmitry Antipov authored
    Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
    * lisp.h (consing_since_gc, gc_relative_threshold)
    (memory_full_cons_threshold): Revert declaration.
    (maybe_gc): Remove prototype, define as inline.
    * alloc.c: Remove old commented-out code.
    (consing_since_gc, gc_relative_threshold)
    (memory_full_cons_threshold): Revert to global.
    (maybe_gc): Remove.
    dac616ff
alloc.c 182 KB