• Paul Eggert's avatar
    Remove BYTE_MAINTAIN_TOP · 4ba72d32
    Paul Eggert authored
    It is no longer needed now that we assume GC_MARK_STACK ==
    GC_MAKE_GCPROS_NOOPS.
    * src/bytecode.c (BYTE_MAINTAIN_TOP): Remove.
    All uses removed, and code simplified accordingly.
    (BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): Remove, since they
    are always no-ops now.  All uses removed.
    (MAYBE_GC): Remove.  All uses replaced by maybe_gc,
    since it is now equivalent.
    4ba72d32
bytecode.c 37.9 KB