gc_relative_threshold, one by one.
return form;
QUIT;
- if (consing_since_gc > gc_cons_combined_threshold)
+ if (consing_since_gc > gc_cons_threshold
+ && consing_since_gc > gc_relative_threshold)
{
GCPRO1 (form);
Fgarbage_collect ();
register int i;
QUIT;
- if (consing_since_gc > gc_cons_combined_threshold)
+ if (consing_since_gc > gc_cons_threshold
+ && consing_since_gc > gc_relative_threshold)
Fgarbage_collect ();
if (++lisp_eval_depth > max_lisp_eval_depth)