Paul Sokolovsky a8d31b28bc emitbc: Correct buffer sizes for varlen int encoding.
Assuming we have truncating (floor) division, way to do ceiling division
by N is to use formula (x + (N-1)) / N. Specifically, 63 bits, if stored
7 bits per byte, require exactly 9 bytes. 64 bits overflow that and require
10 bytes.
2014-02-20 13:25:05 +02:00
..
2014-02-04 00:47:06 +02:00
2014-02-05 00:51:47 +00:00
2014-02-11 23:53:34 +02:00
2014-02-11 02:28:36 +02:00
2014-01-28 19:52:04 +01:00
2014-01-19 01:40:47 +02:00
2014-02-17 21:20:38 -08:00
2014-02-17 21:20:38 -08:00
2014-02-20 00:00:04 +00:00