• Dridi Boukelmoune's avatar
    vcl: Allocation-free vcl.discard · c3693c9b
    Dridi Boukelmoune authored
    This replaces the previous mapping of VCLs to discard with a mark and
    sweep operation where a different head is used to track matching VCLs.
    
    To discard VCLs in topological order, we can simply discard dependencies
    recursively before discarding a given VCL.
    c3693c9b
mgt_vcl.h 2.85 KB