From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11846 invoked by alias); 25 Nov 2008 08:53:38 -0000 Received: (qmail 11817 invoked by uid 22791); 25 Nov 2008 08:53:38 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 25 Nov 2008 08:53:03 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mAP8qcNG011463; Tue, 25 Nov 2008 03:52:38 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mAP8qbCC016881; Tue, 25 Nov 2008 03:52:37 -0500 Received: from opsy.redhat.com (vpn-12-223.rdu.redhat.com [10.11.12.223]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mAP8qad6021120; Tue, 25 Nov 2008 03:52:36 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 2333A482B4; Tue, 25 Nov 2008 01:52:36 -0700 (MST) To: Jerome Guitton Cc: gdb-patches@sourceware.org Subject: Re: [RFC] "lazily" allocate the raw content of lazy values References: <20081124144810.GA90681@adacore.com> From: Tom Tromey Reply-To: tromey@redhat.com Date: Tue, 25 Nov 2008 18:00:00 -0000 In-Reply-To: (Tom Tromey's message of "Tue\, 25 Nov 2008 01\:47\:20 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 X-SW-Source: 2008-11/txt/msg00686.txt.bz2 >>>>> "Tom" == Tom Tromey writes: Tom> I think it would be nice to have a test case showing the Ada problem. Tom> This would help prevent mistakes if we ever want to change the value Tom> representation again. Would this be hard to do? ... and there it was, in your next message. Sorry about that. Tom