From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5785 invoked by alias); 10 Jun 2010 19:21:48 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 5764 invoked by uid 22791); 10 Jun 2010 19:21:45 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4C113B37.9080309@redhat.com> Date: Thu, 10 Jun 2010 19:21:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Lightning/1.0b2pre Thunderbird/3.0.4 MIME-Version: 1.0 To: Tom Tromey CC: sami wagiaalla , Project Archer Subject: Re: Template function support References: <4C11323B.9030302@redhat.com> <4C113635.1040500@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2010-q2/txt/msg00039.txt.bz2 On 06/10/2010 12:11 PM, Tom Tromey wrote: >>>>>> "Keith" == Keith Seitz writes: > Keith> Just one quick question: Did you consider the opposite approach, i.e., > Keith> adding "" (since we can deduce that from the argument type)? > > You mean adding that at lookup time? Yeah... I forgot about the complications arising from implicit type conversions and other argument complications (templates?). I wonder if having DW_TAG_template_*_parameter and a better symbol table layout would facilitate things like this? [I know a better symbol table layout would help in many other areas involving lookups.] Keith