From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121033 invoked by alias); 21 Oct 2017 15:18:55 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 121017 invoked by uid 89); 21 Oct 2017 15:18:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*RU:sk:!192.16, Hx-spam-relays-external:sk:!192.16 X-HELO: cc-smtpout3.netcologne.de Received: from cc-smtpout3.netcologne.de (HELO cc-smtpout3.netcologne.de) (89.1.8.213) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Oct 2017 15:18:52 +0000 Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id C03731296D for ; Sat, 21 Oct 2017 17:18:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin1.netcologne.de (Postfix) with ESMTP id BD6C211DCB for ; Sat, 21 Oct 2017 17:18:49 +0200 (CEST) Received: from [78.35.155.138] (helo=cc-smtpin1.netcologne.de) by localhost with ESMTP (eXpurgate 4.1.9) (envelope-from ) id 59eb6559-029d-7f0000012729-7f000001c7bb-1 for ; Sat, 21 Oct 2017 17:18:49 +0200 Received: from [192.168.178.20] (xdsl-78-35-155-138.netcologne.de [78.35.155.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cc-smtpin1.netcologne.de (Postfix) with ESMTPSA for ; Sat, 21 Oct 2017 17:18:49 +0200 (CEST) Subject: Re: [PATCH] Derive interface buffers from max name length To: fortran@gcc.gnu.org References: <1448974501-30981-1-git-send-email-rep.dot.nop@gmail.com> <1448974501-30981-2-git-send-email-rep.dot.nop@gmail.com> <84A89967-93B1-47B5-8312-3BC999FEF0EA@gmail.com> <20171019080303.3uaqy7x32dus5urx@nbbrfq.cc.univie.ac.at> From: Thomas Koenig Message-ID: Date: Sat, 21 Oct 2017 15:18:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-10/txt/msg00095.txt.bz2 Hi Bernhard, > JFYI I'm contemplating to move the stack-based allocations > to heap-based ones now, starting with gfc_match_name and > gradually moving to pointer comparisons with the stringpool based > identifiers. I'll strive to suggest something for discussion in > smallish steps when it's ready. What is the driver behind this change? Code clarity? Speed? Regards Thomas