From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: More over-engineering Date: Mon, 30 Nov 2015 15:39:10 -0500 Message-ID: References: <565A3516.5000001@cs.ucla.edu> <83poyrl0d8.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448915969 7908 80.91.229.3 (30 Nov 2015 20:39:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Nov 2015 20:39:29 +0000 (UTC) Cc: aurelien.aptel+emacs@gmail.com, eggert@cs.ucla.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 30 21:39:20 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a3VEF-0004ye-DK for ged-emacs-devel@m.gmane.org; Mon, 30 Nov 2015 21:39:19 +0100 Original-Received: from localhost ([::1]:43258 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3VEE-0003UQ-Pa for ged-emacs-devel@m.gmane.org; Mon, 30 Nov 2015 15:39:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3VEB-0003U9-Ns for emacs-devel@gnu.org; Mon, 30 Nov 2015 15:39:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3VEA-0003Iy-Tl for emacs-devel@gnu.org; Mon, 30 Nov 2015 15:39:15 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:30242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3VE7-0003IR-3L; Mon, 30 Nov 2015 15:39:11 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AxFgA731xV/yr292hcgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEBAQUBAQEBHos6hQUHhC0FjDCoVCOBZoIwIIJ4AQEB X-IPAS-Result: A0AxFgA731xV/yr292hcgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEBAQUBAQEBHos6hQUHhC0FjDCoVCOBZoIwIIJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="179801353" Original-Received: from 104-247-246-42.cpe.teksavvy.com (HELO pastel.home) ([104.247.246.42]) by ironport2-out.teksavvy.com with ESMTP; 30 Nov 2015 15:39:10 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 33AFB63F9A; Mon, 30 Nov 2015 15:39:10 -0500 (EST) In-Reply-To: <83poyrl0d8.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 30 Nov 2015 22:04:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:195644 Archived-At: > I get compilation warnings with those changes: Oh, yes! It's ugly bit-twiddling with pointer values, especially in the --with-wide-int case. I hope someone can figure out how to do it without triggering all those warnings. Stefan