Skip to content
  • Sylvain Henry's avatar
    Move blob handling into StgToCmm · a485c3c4
    Sylvain Henry authored and Marge Bot's avatar Marge Bot committed
    Move handling of big literal strings from CmmToAsm to StgToCmm. It
    avoids the use of `sdocWithDynFlags` (cf #10143). We might need to move
    this handling even higher in the pipeline in the future (cf #17960):
    this patch will make it easier.
    a485c3c4