e2eb6af3e3
This enables both WriteUint64 and WriteInt64 to both be inlined as well as implemented with a single assembly instruction. The current Go compiler refuses to inline functions with for loops. The compiler is also not smart enough to produce a single assembly instruction for the for-loop. |
||
---|---|---|
.. | ||
BUILD.bazel | ||
builder.go | ||
doc.go | ||
encode.go | ||
grpc.go | ||
lib.go | ||
sizes.go | ||
struct.go | ||
table.go |