Skip to content
  • Andreas Klebinger's avatar
    Dont gather ticks when only striping them in STG. · f002250a
    Andreas Klebinger authored and Marge Bot's avatar Marge Bot committed
    Adds stripStgTicksTopE which only returns the stripped expression.
    So far we also allocated a list for the stripped ticks which was
    never used.
    
    Allocation difference is as expected very small but present.
    About 0.02% difference when compiling with -O.
    f002250a