diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-02-12 15:16:11 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-02-12 15:16:11 -0300 |
commit | c8121ce34b39c6fd31899f4da91e26063c8af54f (patch) | |
tree | 5ce96fbe65d5f16f87c816f88bab2df25975ba5d /manual | |
parent | 7360f8d0fd91344deb583ff76b8250a1883dcd4c (diff) | |
download | lua-c8121ce34b39c6fd31899f4da91e26063c8af54f.tar.gz lua-c8121ce34b39c6fd31899f4da91e26063c8af54f.tar.bz2 lua-c8121ce34b39c6fd31899f4da91e26063c8af54f.zip |
Revising code for Varint encoding in dumps
- Usign lua_Unsigned to count strings.
- Varint uses a type large enough both for size_t and lua_Unsigned.
- Most-Significant Bit 0 means last byte, to conform to common usage.
- (unrelated) Change in macro 'getaddr' so that multiplication is
by constants.
Diffstat (limited to 'manual')
0 files changed, 0 insertions, 0 deletions