
9 Sep
2012
9 Sep
'12
9:31 a.m.
On 09/09/2012 11:03, Milan Straka wrote:
I was hoping for some Addr# trick or something like that. If I understand the GHC runtime correctly, rewriting a pointer in an ADT should not break any garbage collecting and similar.
Don't you need to worry about having something in the old generation suddenly pointing to something in a younger generation? Ganesh