Skip to content
  • Simon Marlow's avatar
    Improvements to the mini-inliner · 3d8ab554
    Simon Marlow authored
     - inline x = R1, even if x occurs many times
     - inline past a store, if the expression is not a load
       (we could further refine this of course, but the idea here
       is to get reasonable code for not much effort)
    3d8ab554