Avoid aliasing CodedInputStream::buffer_ when parsing little endian integers.
This eliminates an unnecessary reload of buffer_ that occurs (before this change) after the store to *value.
Showing
Please
register
or
sign in
to comment
This eliminates an unnecessary reload of buffer_ that occurs (before this change) after the store to *value.