]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
add kudos to krokas
authorAleksey Demakov <ademakov@gmail.com>
Tue, 22 Aug 2006 21:41:57 +0000 (21:41 +0000)
committerAleksey Demakov <ademakov@gmail.com>
Tue, 22 Aug 2006 21:41:57 +0000 (21:41 +0000)
ChangeLog

index 35bfa9558c7222f471574be8a5834e0771c1e462..cf9c3c34ec65dea749822e29789167c8b7d32cbc 100644 (file)
--- 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 <Kirill.Kononenko@gmail.com>].
+
        * jit/jit-rules-x86.c (_jit_gen_redirector): ifdef out as this
        function is not used with the x86 backend.