Hi Gael!<div><br></div><div>Inlined comments.<br><br><div class="gmail_quote">On Sun, Nov 14, 2010 at 1:33 PM, Gael Thomas <span dir="ltr"><<a href="mailto:gael.thomas@lip6.fr">gael.thomas@lip6.fr</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

   /// doYield - Flag to tell the thread to yield for GC reasons.<br>
   ///<br>
-  bool doYield;<br>
+  char doYield;<br></blockquote><div><br></div><div>Please use uint8_t instead of char.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
+<br>
+  /// vmData - vm specific data<br>
+  ///<br>
+  void* vmData;<br></blockquote><div><br></div><div>There is already a MyVM to hold the virtual machine, why another one?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
   /// inRV - Flag to tell that the thread is being part of a rendezvous.<br>
   ///<br>
-  bool inRV;<br>
+  char inRV;<br>
<br></blockquote><div><br></div><div>char -> uint8_t</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
   /// joinedRV - Flag to tell that the thread has joined a rendezvous.<br>
   ///<br>
-  bool joinedRV;<br>
+  char joinedRV;<br></blockquote><div><br></div><div>char - >uint8_t</div></div></div>