emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Optimized gcc 4.3.0 build on Windows returns 0 secs for all time values


From: Juanma Barranquero
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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]