From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: [RFC] bytecomp: simple source-level optimization Date: Mon, 23 Jun 2014 15:44:56 +0400 Message-ID: <53A81338.1000602@yandex.ru> References: <53A7CCAB.7020807@yandex.ru> <87egygc5jq.fsf@fencepost.gnu.org> <53A81228.7000006@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1403523938 25452 80.91.229.3 (23 Jun 2014 11:45:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Jun 2014 11:45:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 23 13:45:31 2014 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 1Wz2gj-00046n-Ip for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2014 13:45:29 +0200 Original-Received: from localhost ([::1]:52762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz2gj-0005SP-0a for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2014 07:45:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz2gW-0005SJ-0j for emacs-devel@gnu.org; Mon, 23 Jun 2014 07:45:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wz2gP-0004Jp-0Q for emacs-devel@gnu.org; Mon, 23 Jun 2014 07:45:15 -0400 Original-Received: from forward9l.mail.yandex.net ([84.201.143.142]:49107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz2gH-00043N-Ih; Mon, 23 Jun 2014 07:45:01 -0400 Original-Received: from smtp2o.mail.yandex.net (smtp2o.mail.yandex.net [37.140.190.27]) by forward9l.mail.yandex.net (Yandex) with ESMTP id 295B0E61517; Mon, 23 Jun 2014 15:45:00 +0400 (MSK) Original-Received: from smtp2o.mail.yandex.net (localhost [127.0.0.1]) by smtp2o.mail.yandex.net (Yandex) with ESMTP id C15A736A2603; Mon, 23 Jun 2014 15:44:59 +0400 (MSK) Original-Received: from 234.gprs.mts.ru (234.gprs.mts.ru [213.87.131.234]) by smtp2o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id h9QQ8xBHkE-ixIespQF; Mon, 23 Jun 2014 15:44:59 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: d68f25ff-3fe1-4324-ae6e-da701bbedd98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1403523899; bh=suj82lrROLq515v6MzFVLoWkfZwvqx02xgAC+dEvJjQ=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=FS7ivOJhdbxpRP/BA/V+b0y+RlJzd3qfNNG5QublFmNclDN+HM8Wo7eeoTWAsBmvF yh01h7RDOZ1N2IYCkl8guYPRQKt8b7EuYLzWCrhDmkfXtDuq+v+PGmQnvpASTjN4M6 Sut8utJcUWSlZQGl0zED0buBo0O2o0eO2AI/zRUY= Authentication-Results: smtp2o.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <53A81228.7000006@yandex.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.142 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:172651 Archived-At: On 06/23/2014 03:40 PM, Dmitry Antipov wrote: > emit warning if at least one operand of 'eq' is a compile-time numeric > constant. ...or a builtin function which always returns an integer, of course. Dmitry