Lock the StablePtr table during GC
authorSimon Marlow <marlowsd@gmail.com>
Thu, 4 Jun 2009 09:05:53 +0000 (09:05 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 4 Jun 2009 09:05:53 +0000 (09:05 +0000)
commitd9275dd06ee24575ff50a6696fe7fe1e1fa91ac7
tree28b1a6efcbb9dfe6a18b5f6d8b1fa95f905d38a1
parent1d6d8bc152fdcabea6d26525f269d8ade8b75dd6
Lock the StablePtr table during GC
Allows hs_free_fun_ptr() to be called by a separate thread
includes/Stable.h
rts/Stable.c
rts/sm/GC.c