Skip to content
  • Duncan Coutts's avatar
    Make killThread# cmm primop use local stack allocation · c9acb4de
    Duncan Coutts authored
    It using the mp_tmp_w register/global as a convenient temporary
    variable. This is naughty because those vars are supposed to be
    for gmp. Also, we want to remove the gmp temp vars so we must
    now use a local stack slot instead.
    c9acb4de