apoch / epoch-language

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

GC: crash when a sum-type has "real" as a base type #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago
If a sum-typed variable has "real" as a possible base type, the GC will crash 
when attempting to generate LLVM instructions to zero the root prior to 
function execution.

Original issue reported on code.google.com by don.ap...@gmail.com on 5 Sep 2014 at 5:26

apoch commented 8 years ago

GC is subject to rewrite as a pluggable module.