Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 78659 invoked from network); 1 Dec 2005 21:09:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Dec 2005 21:09:56 -0000 Received: (qmail 84598 invoked by uid 500); 1 Dec 2005 21:09:54 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 84566 invoked by uid 500); 1 Dec 2005 21:09:54 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 84557 invoked by uid 99); 1 Dec 2005 21:09:53 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 13:09:51 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id B0D16CB for ; Thu, 1 Dec 2005 22:09:30 +0100 (CET) Message-ID: <1936506440.1133471370721.JavaMail.jira@ajax.apache.org> Date: Thu, 1 Dec 2005 22:09:30 +0100 (CET) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-740) Have BCMethod.cast() optimize the case when the requested cast is to the same Java type. Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Have BCMethod.cast() optimize the case when the requested cast is to the same Java type. ---------------------------------------------------------------------------------------- Key: DERBY-740 URL: http://issues.apache.org/jira/browse/DERBY-740 Project: Derby Type: Sub-task Components: SQL Reporter: Daniel John Debrunner Assigned to: Daniel John Debrunner Priority: Minor Slighty reduces the amount of byte code generated for the query in DERBY-732. Simply if the classes are identical then do not generate any code. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira