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. 0a512831afa28227d43006734c12d6f4e1753764
Date: Tue, 04 Aug 2009 14:20:39 +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  0a512831afa28227d43006734c12d6f4e1753764 (commit)
      from  c25399bbbb26d19ffb467b09f9da7f952e22ef54 (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=0a512831afa28227d43006734c12d6f4e1753764

commit 0a512831afa28227d43006734c12d6f4e1753764
Author: Aleksey Demakov <address@hidden>
Date:   Tue Aug 4 21:20:13 2009 +0700

    remove dead code

diff --git a/jit/jit-compile.c b/jit/jit-compile.c
index eea5698..49e3a55 100644
--- a/jit/jit-compile.c
+++ b/jit/jit-compile.c
@@ -679,19 +679,6 @@ jit_compile_entry(jit_function_t func, void **entry_point)
                }
        }
 
-
-       if(func->is_compiled && !func->builder)
-       {
-               /* The function is already compiled, and we don't need to 
recompile */
-               *entry_point = func->entry_point;
-               return 1;
-       }
-       if(!func->builder)
-       {
-               /* We don't have anything to compile at all */
-               return 0;
-       }
-
        /* Compile and return the entry point. */
        return compile(func, entry_point);
 }

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

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


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




reply via email to

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