Make killThread# cmm primop use local stack allocation
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.
Showing
Please register or sign in to comment