From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15174 invoked by alias); 14 Feb 2007 20:56:47 -0000 Received: (qmail 15166 invoked by uid 22791); 14 Feb 2007 20:56:47 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Feb 2007 20:56:41 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id CB20548CFFA; Wed, 14 Feb 2007 15:56:39 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21884-01-10; Wed, 14 Feb 2007 15:56:39 -0500 (EST) Received: from [127.0.0.1] (nile.gnat.com [205.232.38.5]) by nile.gnat.com (Postfix) with ESMTP id 91E8548CC72; Wed, 14 Feb 2007 15:56:39 -0500 (EST) Message-ID: <45D37789.5010606@adacore.com> Date: Wed, 14 Feb 2007 21:46:00 -0000 From: Robert Dewar User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Jim Blandy CC: gdb@sourceware.org Subject: Re: GDB and scripting languages - which References: <20070108222005.GA27451@nevyn.them.org> <20070210203307.GA27502@nevyn.them.org> <45D33263.2080403@adacore.com> <45D34E2E.7070701@adacore.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00148.txt.bz2 Jim Blandy wrote: > In the tests shown here, Python uses about 2.4x as much memory as Lua, > and 4% as much memory as GDB does debugging itself, having set and hit > a breakpoint on main. Thanks Jim for getting some quantitative data into this discussion. > > I think both Python and Lua's resource consumption is reasonable for > our application. Indeed, I think these figures show that resource consumption is not a factor in the decision.