From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6464 invoked by alias); 17 Sep 2002 14:30:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6446 invoked from network); 17 Sep 2002 14:30:43 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 17 Sep 2002 14:30:43 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8HEDfd03436 for ; Tue, 17 Sep 2002 10:13:41 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8HEUfd29340; Tue, 17 Sep 2002 10:30:41 -0400 Received: from [192.168.64.2] (vpn3-5.sfbay.redhat.com [172.16.25.5]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g8HEUeC27192; Tue, 17 Sep 2002 07:30:40 -0700 Subject: Re: [RFA] convert blocks to dictionaries, phase 1, jv-lang.c From: Anthony Green To: David Carlton Cc: gdb-patches@sources.redhat.com, per@bothner.com In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 17 Sep 2002 07:30:00 -0000 Message-Id: <1032273038.3739.17.camel@dhcppc2> Mime-Version: 1.0 X-SW-Source: 2002-09/txt/msg00338.txt.bz2 On Mon, 2002-09-16 at 15:35, David Carlton wrote: > This patch does phase 1 of converting blocks to dictionaries in the > file jv-lang.c. It depends on the patches in > . Look fine to me. Thanks, AG