"Stephen J. Turnbull" <stephen at xemacs.org> writes: > You should just treat a bignum as a blob of memory with an > lrecord_header attached, or whatever, ie, an "opaque". As long as we *know* that they don't contain pointers to heap-allocated data, this is fine. Do we know that?