apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Garbage collector does not respect sum types #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A structure or string (or other GC'd resource) held in a sum type will be 
missed by root traversal and cause the structure instance to be prematurely 
collected.

Original issue reported on code.google.com by don.ap...@gmail.com on 3 Dec 2012 at 4:32

GoogleCodeExporter commented 9 years ago
This is fixed in the new GC implementation.

Original comment by don.ap...@gmail.com on 15 Apr 2013 at 4:01