From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20999 invoked by alias); 21 May 2006 05:38:45 -0000 Received: (qmail 20865 invoked by uid 306); 21 May 2006 05:38:45 -0000 Date: Sun, 21 May 2006 05:38:00 -0000 Message-ID: <20060521053845.20863.qmail@sourceware.org> From: tromey@sourceware.org To: rhug-cvs@sources.redhat.com Subject: gcj-jit ChangeLog Notes.general Notes.libgcj l ... Mailing-List: contact rhug-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-cvs-owner@sourceware.org X-SW-Source: 2006/txt/msg00035.txt.bz2 List-Id: CVSROOT: /cvs/rhug Module name: gcj-jit Changes by: tromey@sourceware.org 2006-05-21 05:38:45 Modified files: . : ChangeLog Notes.general Notes.libgcj llvm.cc Log message: * llvm.cc (recompile): Run the pass manager and call recompileAndRelinkFunction. (clear_state): Clear function's body. : Emit real virtual call. 2006-05-08 Tom Tromey * llvm.cc (type_recompile): New global. (init_types): Initialize it. (can_recompile, should_recompile): New fields. (init_class_recompile, resolve_entry_recompile, recompile): New methods. (resolve_pool): Set can_recompile. (clear_state): Clear can_recompile. (epilog): Insert recompilation block. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/gcj-jit/ChangeLog.diff?cvsroot=rhug&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/gcj-jit/Notes.general.diff?cvsroot=rhug&r1=1.1.1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/gcj-jit/Notes.libgcj.diff?cvsroot=rhug&r1=1.1.1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/gcj-jit/llvm.cc.diff?cvsroot=rhug&r1=1.8&r2=1.9