From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91430 invoked by alias); 25 Oct 2017 14:50:50 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 91408 invoked by uid 89); 25 Oct 2017 14:50:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: gproxy2-pub.mail.unifiedlayer.com Received: from gproxy2-pub.mail.unifiedlayer.com (HELO gproxy2-pub.mail.unifiedlayer.com) (69.89.18.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Oct 2017 14:50:46 +0000 Received: from cmgw2 (unknown [10.0.90.83]) by gproxy2.mail.unifiedlayer.com (Postfix) with ESMTP id 40E271E0EE2 for ; Wed, 25 Oct 2017 08:50:45 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw2 with id Rqqi1w0042f2jeq01qqljv; Wed, 25 Oct 2017 08:50:45 -0600 X-Authority-Analysis: v=2.2 cv=dZfw5Tfe c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=02M-m0pO-4AA:10 a=20KFwNOVAAAA:8 a=2fhCAqbFn8dM202RzWUA:9 a=_RM7nvDVKvkA:10 Received: from 71-218-90-63.hlrn.qwest.net ([71.218.90.63]:34382 helo=pokyo) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1e7N0z-001HJn-Na; Wed, 25 Oct 2017 08:50:41 -0600 From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , Simon Marchi , gdb-patches@sourceware.org Subject: Re: [RFA 3/3] Remove cleanups from break-catch-syscall.c References: <20171018040645.7212-1-tom@tromey.com> <20171018040645.7212-3-tom@tromey.com> <280a7994-38a6-2138-b199-8902ee2651b0@ericsson.com> <87tvynrg8h.fsf@tromey.com> Date: Wed, 25 Oct 2017 14:50:00 -0000 In-Reply-To: (Pedro Alves's message of "Wed, 25 Oct 2017 11:38:30 +0100") Message-ID: <87h8un2se7.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1e7N0z-001HJn-Na X-Source-Sender: 71-218-90-63.hlrn.qwest.net (pokyo) [71.218.90.63]:34382 X-Source-Auth: tom+tromey.com X-Email-Count: 3 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-10/txt/msg00771.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Pedro> But in this case the element type is a std::string, and Pedro> std::string can (and most implementations do) make use of Pedro> the SSO (small string optimization). The missing piece -- thanks. Tom