]> git.eshelyaron.com Git - emacs.git/commit
Speed up decode-time when not doing subseconds
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jul 2024 19:34:23 +0000 (21:34 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 11 Jul 2024 14:39:45 +0000 (16:39 +0200)
commitfab39e2987c2880903e8e79c754307f6fdda062c
tree17aef8379e89906942fa5dd297db23618a673f60
parent48b652e305183eaee53e18e025e9f48f13f344ed
Speed up decode-time when not doing subseconds

* src/timefns.c (Fdecode_time): Avoid some unnecessary conversions
in the common case where subsecond resolution is not required.

(cherry picked from commit a6a3f322453d35074a4866f2fda08781722cbc72)
src/timefns.c