Index: src/Concurrency/Actors.cpp
===================================================================
--- src/Concurrency/Actors.cpp	(revision a64137f57fb783e2eb752e827e961dd6b3de27d0)
+++ src/Concurrency/Actors.cpp	(revision 98a2b1dcb5b037f88a8c2c8d5eb5c131908de6db)
@@ -180,5 +180,5 @@
 };
 
-#define __ALLOC 0
+#define __ALLOC 0 // C_TODO: complete swap to no-alloc version
 
 struct GenReceiveDecls : public ast::WithDeclsToAdd<> {
@@ -225,5 +225,5 @@
                     return receiver;
                 }
-            */
+            */ // C_TODO: update this with new no alloc version
             CompoundStmt * sendBody = new CompoundStmt( decl->location );
 
