[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Difficulties byte-compiling very large .el file
From: |
Stefan Monnier |
Subject: |
Re: Difficulties byte-compiling very large .el file |
Date: |
Fri, 28 Aug 2009 20:37:21 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
> Tangentially to this, you should be aware that several of your integer
> constants are silently overflowing in that file. With an XEmacs with 31-bit
Good point. I've installed a few changes which should now handle this
a bit better (partly by using floats to represent larger integers, as
we already did in string-to-number, partly by detecting overflows).
Stefan