summaryrefslogtreecommitdiff
path: root/mjit_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'mjit_c.h')
-rw-r--r--mjit_c.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mjit_c.h b/mjit_c.h
index cc4040c9df..8bab98bec9 100644
--- a/mjit_c.h
+++ b/mjit_c.h
@@ -94,4 +94,14 @@ struct compile_status {
struct inlined_call_context inline_context;
};
+//================================================================================
+//
+// New stuff from here
+//
+
+// TODO: Make it configurable
+#define MJIT_CODE_SIZE 16 * 1024 * 1024
+
+extern uint8_t *rb_mjit_mem_block;
+
#endif /* MJIT_C_H */