On Sat, 24 May 2014 08:08:18 +0200, Landry Breuil wrote: > On Sat, May 24, 2014 at 12:43:53AM +0200, Pascal Stumpf wrote: > > MoarVM (short for Metamodel On A Runtime Virtual Machine) is a runtime built > > for the 6model object system. It is primarily aimed at running NQP and > > Rakudo > > Perl 6, but should be able to serve as a backend for any compilers built > > using > > the NQP compiler toolchain. > > > > This is the next generation backend for Rakudo. Will be used soon. > > It seems to include its own version of libatomic_ops, cant it use the > one from the portstree instead ?
No, it needs something newer. The included version is some 7.3alpha. (But if someone were to update boehm-gc, then yes, this could use an external libatomic_ops.) > Landry > >
