From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Inlining policy Date: Mon, 06 Apr 2020 17:45:43 -0400 Message-ID: References: <86tv2h2vww.fsf@gmail.com> <83sghs7qdz.fsf@gnu.org> <83h7y63sjj.fsf@gnu.org> <834ku43c61.fsf@gnu.org> <83k12zz6ds.fsf@gnu.org> <054393f3-3873-ab6e-b325-0eca354d8838@gmx.at> <29a6c120-f260-0ea3-f5e0-1d3dd6323d09@gmx.at> <5752c978-3a13-4e09-18b3-14201eaf1083@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="129042"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: martin rudalics , Paul Eggert , emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 06 23:46:40 2020 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 1jLZZo-000XV2-4r for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Apr 2020 23:46:40 +0200 Original-Received: from localhost ([::1]:38428 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLZZn-0000Ot-72 for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Apr 2020 17:46:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39925) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLZYz-0008Mz-Jp for emacs-devel@gnu.org; Mon, 06 Apr 2020 17:45:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLZYy-0001Rp-Du for emacs-devel@gnu.org; Mon, 06 Apr 2020 17:45:49 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:25481) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jLZYy-0001RL-9l for emacs-devel@gnu.org; Mon, 06 Apr 2020 17:45:48 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 29D7F44FD77; Mon, 6 Apr 2020 17:45:47 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id B23A544FD54; Mon, 6 Apr 2020 17:45:45 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1586209545; bh=OYtX8tec5Sic4T/GCJHOJFcSq8rZ3tigJKM4UpOQ0AI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=eHy1l9wnHLBHP9fpwKDuvJ0vjn5ovo9figdYL/s19we24cblXiQNvKPylnMRGttFe oO7Dzuth+bMALGUK9Y4ZU4eG0b1JT1hJ/Gd++jE2eupukU7gNz1/IAjUFsuSZ2q4HF Ue9glQVaSQOM76g/QWXrA98zy2klSuqu18t6UKCbwrLLuJjpC3slpEguSTYu60I/PW JhYQgvB+z6gl3hCfEldHxpvpUWzvHv2Z+c0Af4SOUsvZtqXjCCfC47KQr5aANqXBZw Pcky6EsmhDGKizOYjL6cXcy2pKB/DhUDVxA5gh28wd9b7tdNtWdVpcXhZpwFRc6eKx g+aaxJ392Sa+g== Original-Received: from alfajor (unknown [104.247.241.114]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0218112077F; Mon, 6 Apr 2020 17:45:44 -0400 (EDT) In-Reply-To: (Andrea Corallo's message of "Mon, 06 Apr 2020 19:17:03 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:246568 Archived-At: > Actually I think moving the lisp_h_* into the functions could also make > these easier to debug in case. I find a little odd to optimize for > speed -O0, in the end is the exact reason why -Og exists. But I > understand there's a trade-off here. FWIW, I use `-Og` nowadays and can't remember the last time I used `-O0`, so I'd be happy with a solution that doesn't work so well for `-O0` as long as it works well for `-Og`. Stefan