Re: Ecru REPL bugs
Sandro Magi <[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
Allen Short wrote: > I plan to switch to precise GC at some point which should make this problem a lot easier to deal with. In the meantime I'll take a look at reworking how these references are stored for access by Python. There's libGarbageCllector [1] if you're in a hurry to do this. It's a bit wasteful of space, and not as incremental as it purports to be, but it's the only GC available as a portable C library that I'm aware of (other than the conservative libgc that is). Sandro [1] http://www.dekorte.com/projects/opensource/libgarbagecollector/