From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Type declarations in Elisp Date: Sun, 27 Aug 2023 14:06:14 -0400 Message-ID: References: <87il984vxv.fsf@localhost> <03fc79f4-a532-71b1-0de9-8e52bdf3f138@gmail.com> <87msykfwym.fsf@localhost> <83lee3tjla.fsf@gnu.org> <87wmxm7iu2.fsf@dataswamp.org> <878r9wg9l3.fsf@localhost> <87edjo7f4k.fsf@localhost> <87r0noqudo.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3851"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Emanuel Berg , emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 27 20:07:05 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qaKAC-0000mT-Gu for ged-emacs-devel@m.gmane-mx.org; Sun, 27 Aug 2023 20:07:04 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qaK9S-0002Rq-6Y; Sun, 27 Aug 2023 14:06:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qaK9Q-0002RZ-0j for emacs-devel@gnu.org; Sun, 27 Aug 2023 14:06:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qaK9P-0000vm-4q; Sun, 27 Aug 2023 14:06:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=F+V+PKDlSl8p3MHxbC81IQAc+In6Xr2aFsROxeaY3Do=; b=qyQeFnh6DIYHVo0JMAGj xbILck2TpiTzEwnO0aY7Xa8PZC9zAIij94Xh28Z5W63pM7IYwEorolHDlQsc+DvjGGpldKj1cpjPg YFzntoVggCAVmqiquhaymu9h/lFL5m5aTfEa7lL5lE91/yF/XhVKm54pEvbJSYMJTMFnuz+M1gR3X 06d2e4R0ipZv0lXTOtEQveQnEJUKfuPWTe1KqE6K7IgjFggWarhqDrS6YMo6K1kdzGWKzRLwmru9q glWnrSn4TzECzKYSbWoLQq9BXxzI+UveZBQHd5jG4mEmuU9zsi9iUPP+LG3aDYz614CVI80tltJqV EOBm4W+4iAhIQw==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1qaK9O-00062P-UX; Sun, 27 Aug 2023 14:06:14 -0400 In-Reply-To: <87r0noqudo.fsf@localhost> (Ihor Radchenko's message of "Sun, 27 Aug 2023 17:15:31 +0000") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:309361 Archived-At: Ihor Radchenko writes: > Andrea Corallo writes: > >>> I got the same 0.0 numbers using -batch call with default settings, >>> which should be speed 2. >> >> I'm not sure abut what you mean with "using -batch call with default >> settings", a detailed reproducer would probably make commenting easier. > > emacs -batch -l .../elisp-benchmarks.el -f elisp-benchmarks-run Mmmh but AFAIR elisp-benchmarks always native compiles at speed 3. Bests Andrea