• Brian Atkinson's avatar
    [Go] Unroll WriteUint64 and WriteInt64. · e2eb6af3
    Brian Atkinson authored
    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.
    e2eb6af3
Name
Last commit
Last update
..
BUILD.bazel Loading commit data...
builder.go Loading commit data...
doc.go Loading commit data...
encode.go Loading commit data...
grpc.go Loading commit data...
lib.go Loading commit data...
sizes.go Loading commit data...
struct.go Loading commit data...
table.go Loading commit data...