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, master, updated. 71c98c77b73dc5ab22932973d4fc2d5478601d3f
Date: Mon, 29 Oct 2012 22:58:13 +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, master has been updated
       via  71c98c77b73dc5ab22932973d4fc2d5478601d3f (commit)
      from  7d33e65ebc0885ab93d9cab5c622e45c53486274 (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=71c98c77b73dc5ab22932973d4fc2d5478601d3f

commit 71c98c77b73dc5ab22932973d4fc2d5478601d3f
Author: Aleksey Demakov <address@hidden>
Date:   Tue Oct 30 01:57:16 2012 +0300

    Rename jit-cache.c to jit-cache-memory.c

diff --git a/ChangeLog b/ChangeLog
index fd8cd82..c8508b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-30  Aleksey Demakov  <address@hidden>
+
+       * jit/jit-memory-cache.c: rename jit-cache.c
+
 2012-10-20  Aleksey Demakov  <address@hidden>
 
        * include/jit/jit-memory.h, jit/jit-internal.h, jit/jit-memory.c
diff --git a/jit/Makefile.am b/jit/Makefile.am
index f61bda7..acd1f74 100644
--- a/jit/Makefile.am
+++ b/jit/Makefile.am
@@ -17,7 +17,6 @@ libjit_la_SOURCES = \
        jit-bitset.h \
        jit-bitset.c \
        jit-block.c \
-       jit-cache.c \
        jit-compile.c \
        jit-config.h \
        jit-context.c \
@@ -45,6 +44,7 @@ libjit_la_SOURCES = \
        jit-intrinsic.c \
        jit-live.c \
        jit-memory.c \
+       jit-memory-cache.c \
        jit-meta.c \
        jit-opcode-apply.c \
        jit-objmodel.c \
diff --git a/jit/jit-cache.c b/jit/jit-memory-cache.c
similarity index 100%
rename from jit/jit-cache.c
rename to jit/jit-memory-cache.c

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

Summary of changes:
 ChangeLog                               |    4 ++++
 jit/Makefile.am                         |    2 +-
 jit/{jit-cache.c => jit-memory-cache.c} |    0
 3 files changed, 5 insertions(+), 1 deletions(-)
 rename jit/{jit-cache.c => jit-memory-cache.c} (100%)


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



reply via email to

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