icompile table+orp

This commit is contained in:
Vítor Manuel de Morais Santos Costa
2010-01-14 17:38:39 +00:00
parent 5ef31fbfd2
commit a498dc1265
9 changed files with 47 additions and 23 deletions

View File

@@ -300,7 +300,7 @@ struct local_signals{
sharing = 1,
nodes_shared = 2,
copy_done = 3,
ready = 4
worker_ready = 4
} reply;
};
#endif /* YAPOR */
@@ -342,7 +342,11 @@ struct local_data{
choiceptr bottom_pruning_scope;
#endif /* TABLING_INNER_CUTS */
#ifdef YAPOR
#ifdef THREADS
Int top_choice_point_on_stack_offset;
#else
choiceptr top_choice_point_on_stack;
#endif
struct or_frame *top_or_frame_with_suspensions;
#endif /* YAPOR */
#endif /* TABLING */