Skip to content
  • Simon Marlow's avatar
    Fix an SRT-related bug · b8172ba1
    Simon Marlow authored
    We were using the SRT information generated by the computeSRTs pass to
    decide whether to add a static link field to a constructor or not, and
    this broke when I disabled computeSRTs for the new code generator.  So
    I've hacked it for now to only rely on the SRT information generated
    by CoreToStg.
    b8172ba1