From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Optimized gcc 4.3.0 build on Windows returns 0 secs for all time values of system-process-attributes Date: Wed, 31 Dec 2008 14:00:33 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230728455 12935 80.91.229.12 (31 Dec 2008 13:00:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2008 13:00:55 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 31 14:02:03 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LI0hz-00044I-DR for ged-emacs-devel@m.gmane.org; Wed, 31 Dec 2008 14:01:59 +0100 Original-Received: from localhost ([127.0.0.1]:55026 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LI0gl-0005QL-Qi for ged-emacs-devel@m.gmane.org; Wed, 31 Dec 2008 08:00:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LI0gf-0005Pe-Lx for emacs-devel@gnu.org; Wed, 31 Dec 2008 08:00:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LI0ge-0005Op-J6 for emacs-devel@gnu.org; Wed, 31 Dec 2008 08:00:37 -0500 Original-Received: from [199.232.76.173] (port=45401 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LI0gd-0005OV-Ss for emacs-devel@gnu.org; Wed, 31 Dec 2008 08:00:36 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.155]:18993) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LI0gd-0002YA-0Q for emacs-devel@gnu.org; Wed, 31 Dec 2008 08:00:35 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so1865464yxf.66 for ; Wed, 31 Dec 2008 05:00:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=EAd+V5po/zH1m1T+Q726A5aM2Vpp8XdazwJ+eg2Ec7g=; b=LOa7SUVhH0iVlTAfYffEHFBF2TM7QvKWduv3NR88Wh2nz/ZnHqbfcNYMBSCf8qR/me Fm+4sBKaybw+KpYAalCgX+3M+IrHDn25mJM8xgFBySfHJRLoi6ZyU+YYw1gfvXfmZU6b hqxiH5cUjhNxXfaJomCaqgUPp6Y0mHliz4c+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=sqtHISjMAp3bv6YipDGxfWHJlU+MzxiE3BNY3DKTQVmYFYE1kZ5Ggrjj4g39QTmgjB OxaWoyE9M7e3j5Fbrb+NGlOFDjtm8ANoITkTPviCABluxKaHS4ZxzxFJy3ejftZTbSlA mHHNUQVspdXqJh/aLVId0st4xxMmvY7jnKjes= Original-Received: by 10.100.163.8 with SMTP id l8mr8898584ane.127.1230728433626; Wed, 31 Dec 2008 05:00:33 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Wed, 31 Dec 2008 05:00:33 -0800 (PST) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107457 Archived-At: Building Emacs on Windows with the following compiler gcc (GCC) 4.3.0 20080305 (alpha-testing) mingw-20080502 and optimizations on, Emacs returns 0 seconds for all time values computed in w32.c:process_times: ELISP> (mapcar (lambda (p) (assq 'start (system-process-attributes p))) (list-system-processes)) (nil (start 0 0 0) (start 0 0 484375) (start 0 0 484375) (start 0 0 921875) ;;; etc and the same goes for 'utime, 'ctime and 'etime. Could someone please try with another version of MinGW GCC? Juanma