0.9.4.25:
authorJuho Snellman <jsnell@iki.fi>
Sat, 3 Sep 2005 18:41:30 +0000 (18:41 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sat, 3 Sep 2005 18:41:30 +0000 (18:41 +0000)
commit2e22486d5a66f899a2aeb08898b0cdd42dfc11f8
treeba90e60b2626531c46bd9b5e2d5cd15d8c1a3153
parent9faac297a083fbc59011e54ca6ccdc8c611e7ffb
0.9.4.25:
Fix problem with GET-INTERNAL-REAL-TIME crashing for processes
        that have been running for over 49.7 days (reported by Gilbert
        Baumann on #lisp).

        * Remove the U-B 32 declarations for values that were
          suspectible to overflowing in such a short time. This
          introduces a small amount of extra overhead (<10%) for each
          call to GET-INTERNAL-(REAL|RUN)-TIME. The accuracy or
          performance of PROFILE and TIME (the only internal users of this)
          is not measurably affected by the extra overhead.
        * Remove some dead comments
NEWS
src/code/profile.lisp
src/code/time.lisp
version.lisp-expr