• Paul Eggert's avatar
    Let consing_until_gc exceed INTPTR_MAX · a354736e
    Paul Eggert authored
    Suggested by Eli Zaretskii (Bug#37006#46).
    * src/alloc.c (consing_until_gc): Now of type consing_ct.
    All uses changed, so gc-cons-threshold no longer saturates
    against OBJECT_CT_MAX.
    (object_ct): Move typedef here from lisp.h.
    * src/lisp.h (consing_ct, CONSING_CT_MAX): New type and macro.
    (OBJECT_CT_MAX): Remove.  Replace all uses with CONSING_CT_MAX.
    a354736e
alloc.c 204 KB