From: Aleksey Demakov Date: Tue, 22 Aug 2006 21:41:57 +0000 (+0000) Subject: add kudos to krokas X-Git-Tag: before.move.to.git~207 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f277d2f9344e7ffa8d9b3b85ee77da37a785cb3b;p=francis%2Flibjit.git add kudos to krokas --- diff --git a/ChangeLog b/ChangeLog index 35bfa95..cf9c3c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,10 @@ redirector and indirector fields from char array to pointer. * jit/jit-function.c (jit_function_create): allocate the redirector and indirector buffers in the code cache. Call jit_flush_exec on - these buffers. + these buffers. This fixes problems on alpha and some x86 linux + distros. [This one is based on the initial solution suggested by + Kirill Kononenko ]. + * jit/jit-rules-x86.c (_jit_gen_redirector): ifdef out as this function is not used with the x86 backend.