diff src/parallel_execution/context.h @ 122:73a679a85c04

node stack rewrite
author ikkun
date Wed, 28 Sep 2016 18:47:16 +0900
parents b224aa7b80a0
children 36ac17d37be4
line wrap: on
line diff
--- a/src/parallel_execution/context.h	Tue Sep 27 17:48:17 2016 +0900
+++ b/src/parallel_execution/context.h	Wed Sep 28 18:47:16 2016 +0900
@@ -157,7 +157,8 @@
     struct Traverse {
         enum Code next;
         enum Code rotateNext;
-        struct Node* current;
+        struct Node* current; // reading node of original tree
+        struct Node* newNode; // wrting node of new tree
         int result;
     } traverse;
     struct Node {