Skip to content
  • John Dias's avatar
    Keep Touch'd variables live through the back end · 787b08bd
    John Dias authored
    When we used derived pointers into the middle of an object,
    we need to keep the pointer to the start of the object live.
    We use a "fat machine instruction" with the primitive MO_Touch
    to propagate this information through the back end.
    787b08bd