From dev-return-30493-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Sat Nov 10 03:07:05 2007 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 38653 invoked from network); 10 Nov 2007 03:07:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2007 03:07:05 -0000 Received: (qmail 70451 invoked by uid 500); 10 Nov 2007 03:06:51 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 70422 invoked by uid 500); 10 Nov 2007 03:06:51 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 70411 invoked by uid 99); 10 Nov 2007 03:06:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2007 19:06:51 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of icyrong@gmail.com designates 209.85.198.184 as permitted sender) Received: from [209.85.198.184] (HELO rv-out-0910.google.com) (209.85.198.184) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Nov 2007 03:06:55 +0000 Received: by rv-out-0910.google.com with SMTP id k20so639473rvb for ; Fri, 09 Nov 2007 19:06:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=vbHr43qpEm4jWh8aUirFPCASF0z5NHAdKp+LcyUUhtU=; b=O/ABAKIFUekN/Igi6dVZVcRthTwrkZkr6ckpqMh3NA1Xwtp7ZJxFLnQFRbYDP7XFeyG5pGj7NFfoi4Ph3ptN1emFyuR3QCYQ7yLmji3GUa5wTawEGj401JoE8FtBCivte/CfUgY6L2rmCIrqoTaN0hEjTWMJPxvCIxjALKDxqWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Yr2M3Rra3muxvEil6J09YLF3cbNB3zei8xamkNRuQponD/thAL+5Esb9S1DjCy4nPa+2Q/JsiUNwl2oWRvZRhzzok2RSmckAkRb33vS1NdET4s41JYLdFBB4rj/sLM5/aQdrD9PA6mygeqMeTkXnh4o/uHAWqKs+TeDbMkCJ3no= Received: by 10.140.192.9 with SMTP id p9mr1324536rvf.1194663994695; Fri, 09 Nov 2007 19:06:34 -0800 (PST) Received: by 10.141.99.13 with HTTP; Fri, 9 Nov 2007 19:06:34 -0800 (PST) Message-ID: Date: Sat, 10 Nov 2007 11:06:34 +0800 From: "=?GB2312?B?yrezycjZ?=" To: dev Subject: [drlvm][jitrino][CFG] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_30075_10807944.1194663994686" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_30075_10807944.1194663994686 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hi alll, I know it must do some extra operations if I modify the CFG(add some blocks, insert and delete some instructions) created by the translator. If do not do so, the modified CFG will not suitable for the subsequent passes. Could anyone tell me what extra opertions is needed? Thanks. ------=_Part_30075_10807944.1194663994686--