Skip to content
  • Daniel Gröber (dxld)'s avatar
    rts: Fix nomenclature in OVERWRITING_CLOSURE macros · e149dea9
    Daniel Gröber (dxld) authored and Marge Bot's avatar Marge Bot committed
    The additional commentary introduced by commit 8916e64e ("Implement
    shrinkSmallMutableArray# and resizeSmallMutableArray#.") unfortunately got
    this wrong. We set 'prim' to true in overwritingClosureOfs because we
    _don't_ want to call LDV_recordDead().
    
    The reason is because of this "inherently used" distinction made in the LDV
    profiler so I rename the variable to be more appropriate.
    e149dea9