From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBsSq-0007kV-6n for qemu-devel@nongnu.org; Fri, 07 Feb 2014 15:56:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBsSh-0006WG-MC for qemu-devel@nongnu.org; Fri, 07 Feb 2014 15:55:56 -0500 Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:61587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBsSh-0006W1-IV for qemu-devel@nongnu.org; Fri, 07 Feb 2014 15:55:47 -0500 Received: by mail-qa0-f44.google.com with SMTP id w5so6165227qac.3 for ; Fri, 07 Feb 2014 12:55:46 -0800 (PST) Sender: Richard Henderson Message-ID: <52F5484D.70804@twiddle.net> Date: Fri, 07 Feb 2014 12:55:41 -0800 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [TCG] : Code flow understanding List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gaurav Sharma , qemu-devel@nongnu.org On 02/05/2014 11:22 PM, Gaurav Sharma wrote: > I need some help regarding the flow of generating a TCG op and then > subsequent translation of any op into target instrn. That's most of tcg/tcg.c and tcg/foo/tcg-target.c. tcg_gen_code is the main entry point for beginning the compilation of the previously emitted tcg ops. r~