From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: Shrinking the C core Date: Wed, 09 Aug 2023 13:29:31 +0200 Message-ID: References: <20230809094655.793FC18A4654@snark.thyrsus.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26725"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: "Eric S. Raymond" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 09 13:30:30 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 1qThOW-0006kW-5s for ged-emacs-devel@m.gmane-mx.org; Wed, 09 Aug 2023 13:30:28 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qThNh-0001Rx-97; Wed, 09 Aug 2023 07:29:37 -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 1qThNf-0001KQ-7N for emacs-devel@gnu.org; Wed, 09 Aug 2023 07:29:35 -0400 Original-Received: from smtp-out2.suse.de ([195.135.220.29]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qThNd-0003gi-OK for emacs-devel@gnu.org; Wed, 09 Aug 2023 07:29:34 -0400 Original-Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id E77AC1F45E; Wed, 9 Aug 2023 11:29:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1691580571; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=neWyANZ6kroQhxT9S4lFffurI4izq+HDVbEJNfoJT8g=; b=RJb8VhwdF7QR4Ga8zBJ+TMljm6BWrGhyDrJOc8kTXfTSRBBLu6TBs/vJmbD0wxDxIAlYYy Y8NXQi+qYMt7/HgFVYhdNH4YUV32s4EOx1CnHGgtMM77+rjvRjraiRlyzs23d3Onzs7f+9 WrJmcC/PTAWmjQNw/KEeYcJkYwxcu6I= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1691580571; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=neWyANZ6kroQhxT9S4lFffurI4izq+HDVbEJNfoJT8g=; b=MKMgfbY7bzFo2GJPUkYUfJ5154m1sXg+8xNpAsPsiBEnXhllzuMim96H1O+cf34u0enX+8 PiEWt3fuIk/gXMBg== Original-Received: from hawking.nue2.suse.org (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id D9F442C142; Wed, 9 Aug 2023 11:29:31 +0000 (UTC) Original-Received: by hawking.nue2.suse.org (Postfix, from userid 17005) id B5A684AB309; Wed, 9 Aug 2023 13:29:31 +0200 (CEST) In-Reply-To: (Eric S. Raymond's message of "Wed, 9 Aug 2023 07:03:33 -0400") X-Yow: Mary Tyler Moore's SEVENTH HUSBAND is wearing my DACRON TANK TOP in a cheap hotel in HONOLULU! Received-SPF: pass client-ip=195.135.220.29; envelope-from=schwab@suse.de; helo=smtp-out2.suse.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:308465 Archived-At: On Aug 09 2023, Eric S. Raymond wrote: > Andreas Schwab : >> On Aug 09 2023, Eric S. Raymond wrote: >> >> > Why is this in C? >> >> Probably only because it is called from C. > > That must be a historical relic, then. It surely is, more than 30 years old. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."