Make killThread# cmm primop use local stack allocation
authorDuncan Coutts <duncan@well-typed.com>
Wed, 10 Jun 2009 17:22:15 +0000 (17:22 +0000)
committerDuncan Coutts <duncan@well-typed.com>
Wed, 10 Jun 2009 17:22:15 +0000 (17:22 +0000)
commitc9acb4de50dd2b7f7ece5491f60598f0a4815e75
treef1f75e02bf1bcffda07d09641dd9d8a34bcc9e98
parentde4cc55e97ca2011ab3889a9e2dab9a745839a66
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.
rts/Exception.cmm