mirror of
https://github.com/ziglang/zig.git
synced 2025-12-09 15:53:08 +00:00
This effectively takes one-bit from the length field and uses it as the sign bit. It reduces the size of an Int from 40 bits to 32 bits on a 64-bit arch. This also reduces std.Rational from 80 bits to 64 bits.