I will be looking at parallel programming support based on openMP. Gcc/g++ 4.2 now implements much of openMP.
The main problem is that openMP is based on blocks, eg for loops .. the one thing Felix avoid generating is blocks (because blocks means stack, and stack prevents yielding). Stack is also a problem for garbage collection, upgrading the gc to copy Boehm gc technique is possible (but then we might as well just use Boehm .. :) -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language