16#define HEAP_ARITY_ENTRY (0)
17#define VARS_ARITY_ENTRY (1 + heap_arity)
18#define SUBS_ARITY_ENTRY (1 + heap_arity + 1 + vars_arity)
22#define HEAP_ENTRY(INDEX) (HEAP_ARITY_ENTRY + (INDEX))
23#define VARS_ENTRY(INDEX) (VARS_ARITY_ENTRY + 1 + vars_arity - (INDEX))
24#define SUBS_ENTRY(INDEX) (SUBS_ARITY_ENTRY + 1 + subs_arity - (INDEX))
32 { printf(
"clause_with_cut not supported by JIT!!\n"); exit(1); }
41PBOp(table_load_answer, Otapl)
42{ printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
51 PBOp(table_try_answer, Otapl)
52 { printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
61 PBOp(table_try_single, Otapl)
62 { printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
71 PBOp(table_try_me, Otapl)
72 { printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
81 PBOp(table_try, Otapl)
82 { printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
92 Op(table_retry_me, Otapl)
93 { printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
102 Op(table_retry, Otapl)
103 { printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
112 Op(table_trust_me, Otapl)
113 { printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
122 Op(table_trust, Otapl)
123 { printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
132 PBOp(table_new_answer, s)
133 { printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
142 BOp(table_answer_resolution, Otapl)
143 { printf(
"Or-parallelism not supported by JIT!!\n"); exit(1); }
152 BOp(table_completion, Otapl)
161#ifdef THREADS_CONSUMER_SHARING
162 BOp(table_answer_resolution_completion, Otapl)
163 { printf(
"table_answer_resolution_completion not supported by JIT!!\n"); exit(1); }