comparison src/parallel_execution/context.h @ 103:6402a33250a6

remove stack from getQueue
author ikkun
date Wed, 02 Mar 2016 21:19:01 +0900
parents 64c98838a291
children 828ab677c8ef
comparison
equal deleted inserted replaced
102:64c98838a291 103:6402a33250a6
145 } array; 145 } array;
146 struct Tree { 146 struct Tree {
147 struct Node* root; 147 struct Node* root;
148 } tree; 148 } tree;
149 struct Traverse { 149 struct Traverse {
150 enum Code next;
150 struct Node* current; 151 struct Node* current;
151 int result; 152 int result;
152 } traverse; 153 } traverse;
153 struct Node { 154 struct Node {
154 // need to tree 155 // need to tree