unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Optimized gcc 4.3.0 build on Windows returns 0 secs for all time values of system-process-attributes
@ 2008-12-31 13:00 Juanma Barranquero
  2008-12-31 17:29 ` dhruva
  2008-12-31 19:12 ` Eli Zaretskii
  0 siblings, 2 replies; 28+ messages in thread
From: Juanma Barranquero @ 2008-12-31 13:00 UTC (permalink / raw)
  To: Emacs Devel

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




^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2009-01-04  2:35 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31 13:00 Optimized gcc 4.3.0 build on Windows returns 0 secs for all time values of system-process-attributes Juanma Barranquero
2008-12-31 17:29 ` dhruva
2008-12-31 19:12 ` Eli Zaretskii
2009-01-01  4:38   ` Juanma Barranquero
2009-01-01 12:57     ` dhruva
2009-01-01 13:08       ` dhruva
2009-01-01 13:16       ` Jason Rumney
2009-01-01 13:43         ` dhruva
2009-01-01 19:00           ` Eli Zaretskii
2009-01-02  4:59             ` dhruva
2009-01-02 14:33               ` Eli Zaretskii
2009-01-02 17:44                 ` Chetan Pandya
2009-01-01 18:03       ` Juanma Barranquero
2009-01-01 18:54     ` Eli Zaretskii
2009-01-03  2:27       ` Juanma Barranquero
2009-01-03 12:29         ` Eli Zaretskii
2009-01-03 13:28           ` Juanma Barranquero
2009-01-03 13:53             ` Juanma Barranquero
2009-01-03 15:33               ` Eli Zaretskii
2009-01-03 16:00                 ` Juanma Barranquero
2009-01-03 16:40                   ` Eli Zaretskii
2009-01-03 16:56                   ` Eli Zaretskii
2009-01-03 17:14                     ` Juanma Barranquero
2009-01-03 19:02                       ` Eli Zaretskii
2009-01-04  2:24                       ` Jason Rumney
2009-01-04  2:30                         ` Juanma Barranquero
2009-01-04  2:33                           ` Jason Rumney
2009-01-04  2:35                             ` Juanma Barranquero

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).