> I think this is largely independent things. You can
> a) have an external garbage collector (like 
> http://smieciuch.sourceforge.net/) in C++, but you already have one, and 
> independently you can
> b) compile C++ into CLI and allocate value types on the unmanaged heap, 
> as in the usual C++.
> http://msdn2.microsoft.com/en-us/library/ms384241(VS.71).aspx

Or perhaps this isn't a good way, since value types have many restrictions:
http://msdn2.microsoft.com/en-us/library/ms384356(VS.71).aspx

What i've said is that Felix might try to provide some safety measures, 
like GCJ, which manages to handle SIGSEGV's via hardware on some 
platforms. Using .NET CLR is only one of possible ways to achieve that...


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to