Kyle Jones <kyle_jones(a)wonderworks.com> writes:
We don't really have to use long long, we can mandate use of
the union type and put a 32-bit integer into the Lisp_Object
union. Lisp_Objects will necessarily be 64-bit objects at this
If we go that far, just allowing a 'float' value for point on the lisp
side would be another option.
Jan