py: Add object repr "C", where 30-bit floats are stuffed in obj word.
This new object representation puts floats into the object word instead of on the heap, at the expense of reducing their precision to 30 bits. It only makes sense when the word size is 32-bits.
Showing
Please register or sign in to comment