zig/src-self-hosted
Marc Tiehuis 78af62a19a Pack big.Int sign and length fields
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.
2019-04-11 19:36:35 +12:00
..
arg.zig
c_int.zig
c.zig
codegen.zig
compilation.zig
decl.zig
errmsg.zig
introspect.zig
ir.zig
libc_installation.zig
link.zig
llvm.zig
main.zig
package.zig
scope.zig
target.zig
test.zig
type.zig
value.zig
visib.zig