From 621d748bac0914a93e3d399f81616c70fd083bb5 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 11 Sep 2014 15:39:39 +0000 Subject: a major revision of the bytecode generator and JIT compiler. the effect is that now we can compute with lambda functions and with true tail recursion --- src/runtime/c/pgf/evaluator.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/c/pgf/evaluator.h') diff --git a/src/runtime/c/pgf/evaluator.h b/src/runtime/c/pgf/evaluator.h index 6a24b72c7..3962e772f 100644 --- a/src/runtime/c/pgf/evaluator.h +++ b/src/runtime/c/pgf/evaluator.h @@ -32,4 +32,7 @@ pgf_evaluate_value(PgfEvalState* state, PgfClosure* closure); void pgf_evaluate_save_variables(PgfEvalState* state, PgfValue* val); +void +pgf_evaluate_slide(PgfEvalState* state, size_t a, size_t b); + #endif -- cgit v1.2.3