Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
9f42d117
Unverified
Commit
9f42d117
authored
Jun 27, 2019
by
Kenton Varda
Committed by
GitHub
Jun 27, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #842 from KubaO/patch-1
Doc fix: Expand the short description of the list pointer.
parents
82d2ec62
cb5d1666
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
encoding.md
doc/encoding.md
+3
-1
No files found.
doc/encoding.md
View file @
9f42d117
...
...
@@ -178,7 +178,9 @@ A list value is encoded as a pointer to a flat array of values.
5 = 8 bytes (non-pointer)
6 = 8 bytes (pointer)
7 = composite (see below)
D (29 bits) = Number of elements in the list, except when C is 7
D (29 bits) = Size of the list:
when C <> 7: Number of elements in the list.
when C = 7: Number of words in the list, not counting the tag word
(see below).
The pointed-to values are tightly-packed. In particular,
`Bool`
s are packed bit-by-bit in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment