Re: Reusable gc?

  • From: Florian Weimer <fw@xxxxxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Sun, 24 Nov 2013 22:18:02 +0100

* Carlo Kok:

> Dan Eloff schreef op 23-11-2013 21:47:
>> Unless I missed something huge the luajit GC is the same as the lua gc.
>> You can easily re-use that as it has a permissive license. The new
>> luajit gc exists as an idea (and article) only.
>
> ah. I misunderstood. I thought latest luajit had an implementation of
> the "new gc" article, which sounds really good.

You might want to look at SML# (no relation to .NET), which operates
under similar constraints (non-moving for C interop):

<http://www.pllab.riec.tohoku.ac.jp/smlsharp/>

Other related posts: