From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andreas Politz Newsgroups: gmane.emacs.devel Subject: Re: [patch] generator function optimizations Date: Sun, 12 Mar 2017 23:44:57 +0100 Message-ID: <87d1dmktcm.fsf@luca> References: <87h92yku6y.fsf@luca> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1489358723 27837 195.159.176.226 (12 Mar 2017 22:45:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Mar 2017 22:45:23 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: Paul Pogonyshev , Emacs developers To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 12 23:45:19 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnCEo-0006WA-Ba for ged-emacs-devel@m.gmane.org; Sun, 12 Mar 2017 23:45:18 +0100 Original-Received: from localhost ([::1]:49100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnCEs-0003ot-TL for ged-emacs-devel@m.gmane.org; Sun, 12 Mar 2017 18:45:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnCEm-0003on-Gd for emacs-devel@gnu.org; Sun, 12 Mar 2017 18:45:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnCEj-0001ub-FK for emacs-devel@gnu.org; Sun, 12 Mar 2017 18:45:16 -0400 Original-Received: from gateway-a.fh-trier.de ([143.93.54.181]:55022) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cnCEj-0001tP-4U for emacs-devel@gnu.org; Sun, 12 Mar 2017 18:45:13 -0400 X-Virus-Scanned: by Amavisd-new + McAfee uvscan + ClamAV [Rechenzentrum Hochschule Trier (RZ/HT)] Original-Received: from localhost (ip5f5bdecf.dynamic.kabel-deutschland.de [95.91.222.207]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: politza) by gateway-a.fh-trier.de (Postfix) with ESMTPSA id E3FB4179B2DE; Sun, 12 Mar 2017 23:44:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=hochschule-trier.de; s=default; t=1489358698; bh=TWmhNvlFT7G9PJOlx1l9lh8AeIY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:Message-ID: MIME-Version:Content-Type; b=VbDvqV0+pROGN/MtNcFzeQ0iFweZBS+wPZLvTP8IK+z9XoZoIu6SGrrA7+CkYtOq/ bMe0+0Vq0uGguwNJ6L1I/RoMMG2ifKM/FjY66h13Gb6lJhp40ne23eohxj+56517pK gpai17bwCw2MjiihMzcSQ64X38PgOFxfPuWYkBOo= In-Reply-To: (Noam Postavsky's message of "Sun, 12 Mar 2017 18:33:13 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 143.93.54.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:212966 Archived-At: Noam Postavsky writes: > Since the fix for #23660 was merged, you can already edebug the > expansion if you set print-circle and print-gensym. Ah, ok. > Of course, distinct names are a bit easier for a human to read. Yes, and I would add, way more easy to follow the execution path. -ap