diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2019-06-22 11:23:01 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2019-06-22 11:23:01 +0000 |
| commit | ae02f6b594e650d19bc823e35f90d832fc890140 (patch) | |
| tree | eda6681ae67b02554ff11551edc48aca7564efd7 /llvm/docs/PDB/HashTable.rst | |
| parent | 8c8e40f763f884c3a13c8e66fee665b52601d755 (diff) | |
| download | bcm5719-llvm-ae02f6b594e650d19bc823e35f90d832fc890140.tar.gz bcm5719-llvm-ae02f6b594e650d19bc823e35f90d832fc890140.zip | |
PDB docs: Delete trailing whitespace, wrap to 80 cols
llvm-svn: 364131
Diffstat (limited to 'llvm/docs/PDB/HashTable.rst')
| -rw-r--r-- | llvm/docs/PDB/HashTable.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/PDB/HashTable.rst b/llvm/docs/PDB/HashTable.rst index eb7abbd5107..581ec598791 100644 --- a/llvm/docs/PDB/HashTable.rst +++ b/llvm/docs/PDB/HashTable.rst @@ -47,16 +47,16 @@ On-Disk Format .--------------------. ─╯ - **Size** - The number of values contained in the hash table. - + - **Capacity** - The number of buckets in the hash table. Producers should maintain a load factor of no greater than ``2/3*Capacity+1``. - + - **Present Bit Vector** - A serialized bit vector which contains information about which buckets have valid values. If the bucket has a value, the corresponding bit will be set, and if the bucket doesn't have a value (either because the bucket is empty or because the value is a tombstone value) the bit will be unset. - + - **Deleted Bit Vector** - A serialized bit vector which contains information about which buckets have tombstone values. If the entry in this bucket is deleted, the bit will be set, otherwise it will be unset. @@ -88,8 +88,8 @@ The bit vectors indicating the status of each bucket are serialized as follows: | Word_N | │ .--------------------. ─╯ -The words, when viewed as a contiguous block of bytes, represent a bit vector with -the following layout: +The words, when viewed as a contiguous block of bytes, represent a bit vector +with the following layout: .. code-block:: none |

