From 1c5c925b477f21b9e522b96e59cb818d6caafc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20L=C3=B6w?= Date: Tue, 28 Aug 2018 00:11:36 +0200 Subject: [PATCH] add a chanelog entry for the new nesting system --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9de5487..0dd9e02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2018-08-28 Jakob Löw + + * jit-insn.c, jit-insn.h, jit-function.c, jit-function.h, jit-internal.h: + implement nesting using retrieve_frame_pointer and the frame_offset of + values. The frame pointer can either be passed automatically to child + functions when e.g. using jit_insn_call or manually using the new + functions jit_insn_call_nested_indirect, jit_insn_get_frame_pointer, + jit_insn_get_parent_frame_pointer_of or jit_function_set_parent_frame. + * jit-rules-*.ins: implement the retrieve_frame_pointer opcode. + 2018-03-22 Aleksey Demakov * tests/misc/minimal.c: add David Meyer's test for a global register