Skip to content
  • Simon Marlow's avatar
    [project @ 2005-11-18 14:01:33 by simonmar] · 9342a543
    Simon Marlow authored
    Discard various ways in which gcc zeroes stack slots in the prologue.
    So far in my investigations these have always been unnecessary, they
    appear to be the result of missed optimisations by gcc, so cross
    fingers and discard them.  New variants have just shown up because I
    started compiling the RTS with -optc-O2.
    9342a543