[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Removing some workarounds for big integers
From: |
Philipp |
Subject: |
Removing some workarounds for big integers |
Date: |
Mon, 20 Aug 2018 23:43:10 +0200 |
Hi,
now that Emacs has big integers, would it make sense to remove some of
the workarounds for lack of big integer support that are still present?
Specifically, the ‘make_fixnum_or_float’ and ‘INTEGER_TO_CONS’ macros.
A replacement that would generate a fixnum or bignum depending on the
input value seems strictly superior. (It would require a bit more
memory, but I don’t think memory pressure is an issue here.)
Philipp
- Removing some workarounds for big integers,
Philipp <=