Cilk is a language for multithreaded parallel programming based on ANSI C. Cilk is designed for general-purpose parallel programming, but it is especially effective for exploiting dynamic, highly asynchronous parallelism, which can be difficult to write in data-parallel or message-passing style.Read more...
/Gs (Control Stack Checking Calls) (C++)
16 years ago
in fact, Cilk is being commercialized by the original team that developed it at MIT.
new features include support for C++, MS Visual Studio as well as GCC, and support for loops (in addition to recursion).