From fe3d9c7dfbe4190ecf0919abe474e4da4c019566 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 24 Jun 2024 20:33:56 +0300 Subject: add initial compiler framework --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 21e881b..e93e920 100644 --- a/src/common.h +++ b/src/common.h @@ -123,4 +123,6 @@ union interp_ret { union interp_ret ejit_interp(struct ejit_func *f, size_t argc, struct ejit_arg args[argc], bool run, void ***labels_wb); +bool ejit_compile(struct ejit_func *f); + #endif /* EJIT_COMMON_H */ -- cgit v1.2.3