dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (l


From: Aleksey Demakov
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (libjit) branch, cache-refactoring, updated. fc29f8146ba42bad7ab3e3b01ef7f6242fdb092d
Date: Tue, 09 Oct 2012 17:37:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET Just In Time compiler (libjit)".

The branch, cache-refactoring has been updated
       via  fc29f8146ba42bad7ab3e3b01ef7f6242fdb092d (commit)
      from  5fa0d600d9a7ba685a3684f61f70b26fd98cff67 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/libjit.git/commit/?id=fc29f8146ba42bad7ab3e3b01ef7f6242fdb092d

commit fc29f8146ba42bad7ab3e3b01ef7f6242fdb092d
Author: Aleksey Demakov <address@hidden>
Date:   Tue Oct 9 21:36:46 2012 +0400

    Ifdef out _jit_cache_alloc_no_method().

diff --git a/jit/jit-cache.c b/jit/jit-cache.c
index 1dac30c..088b71e 100644
--- a/jit/jit-cache.c
+++ b/jit/jit-cache.c
@@ -709,6 +709,7 @@ _jit_cache_free_closure(jit_cache_t cache, void *closure)
        /* not supported yet */
 }
 
+#if 0
 void *
 _jit_cache_alloc_no_method(jit_cache_t cache, unsigned long size, unsigned 
long align)
 {
@@ -763,6 +764,7 @@ _jit_cache_alloc_no_method(jit_cache_t cache, unsigned long 
size, unsigned long
        cache->free_end = ptr;
        return (void *)ptr;
 }
+#endif
 
 jit_function_t
 _jit_cache_get_function(jit_cache_t cache, void *pc)

-----------------------------------------------------------------------

Summary of changes:
 jit/jit-cache.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET Just In Time compiler (libjit)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]