On Mon, Apr 26, 2010 at 9:07 AM, Juan Jose Garcia-Ripoll <juanjose.garciaripoll@googlemail.com> wrote:
That was the probably the original intent. Is this problematic for
ECL? (I'm guessing it's because of the GC?)
It is very problematic because ECL allocates and frees foreign memory using the garbage collector. If the user applies FOREIGN-FREE upon a pointer that was NOT created using CFFI, then ECL's garbage collector will choke. The tests we causing ECL to hang.