bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11875: EMACS_TIME simplification


From: Paul Eggert
Subject: bug#11875: EMACS_TIME simplification
Date: Sat, 07 Jul 2012 13:41:42 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

Tags: patch

Attached is a patch to the Emacs trunk bzr 108944 that simplifies
EMACS_TIME calculation.  It replaces macros (which typically
do not work with GDB) with functions, typedefs, and enums, making
time-related code easier to debug.  The functional style also
makes the source code easier to read and maintain.  I would
have appreciated having this in my recent round of changes
to the time code.

I plan to install this after a bit more testing but thought I'd
post it for review first.

Attachment: timefun.txt
Description: Text document


reply via email to

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