From 278a0846ce0438478c0463abd639783f97dcdda9 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 10 Feb 2014 15:09:38 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index 1309f39..e4b362d 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -14,6 +14,8 @@ Below is a list of project ideas for the 2014 GSoC Application for Nimrod. You w * Deleting a coroutine needs to unregister the stack to the GC. * Builtin 'yld' must save the current stack pointer so that the GC knows which part of the stack is really in use. +**Add a code generator for OpenCL** + **Fix bugs with iterators/generics** ...