From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mlrwp-0007UV-Qz for qemu-devel@nongnu.org; Thu, 10 Sep 2009 18:16:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mlrwi-0007TM-EO for qemu-devel@nongnu.org; Thu, 10 Sep 2009 18:16:58 -0400 Received: from [199.232.76.173] (port=47362 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mlrwi-0007TJ-8g for qemu-devel@nongnu.org; Thu, 10 Sep 2009 18:16:52 -0400 Received: from mail-fx0-f211.google.com ([209.85.220.211]:57288) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mlrwh-0000Na-RN for qemu-devel@nongnu.org; Thu, 10 Sep 2009 18:16:52 -0400 Received: by fxm7 with SMTP id 7so423320fxm.34 for ; Thu, 10 Sep 2009 15:16:50 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4AA97AD1.7010306@gnu.org> Date: Fri, 11 Sep 2009 00:16:49 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 05/26] Unexport ticks_per_sec variable. Create get_ticks_per_sec() function List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org > Obviously I am not a expert on function calls, but if an architecture is > limiting the number of functions you can call -> Darwin will do his job. Besides, the next version of GCC will support link-time optimization and cross-module inlining. There is really no excuse to add more abstractions if it helps. Paolo