Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 23463 invoked by uid 500); 3 Jul 2003 08:14:00 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 23372 invoked from network); 3 Jul 2003 08:13:57 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 Jul 2003 08:13:57 -0000 Received: (qmail 23950 invoked by uid 50); 3 Jul 2003 08:16:25 -0000 Date: 3 Jul 2003 08:16:25 -0000 Message-ID: <20030703081625.23949.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 21296] - Some peephole optimizations X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21296 Some peephole optimizations ------- Additional Comments From peter.reilly@corvil.com 2003-07-03 08:16 ------- I will have a look at the copying of AntTypeDefinitions (I am guilty of this). The reason for copying the contents rather that just the pointer was to get a correct project reference. A previous version of the code used the wrong project and the solution was to copy the full definition. This is not good, I will have a look again at a different way to do this. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org