bornintelligent / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

dealing with int128 requires clients to know native endianness #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Airbag currently puts 128-bit integers into native endianness.  This
requires consumers of the code to know what the native byte order is, if
they want to parse the value into {high, low}.  I think it would be better
if Airbag just provided the high/low pair.

Original issue reported on code.google.com by bry...@gmail.com on 2 Feb 2007 at 11:39

Attachments:

GoogleCodeExporter commented 9 years ago
Committed revision 118.

Original comment by bry...@gmail.com on 7 Feb 2007 at 4:24