Skip to content

Commit 9a2d2f9

Browse files
committed
Mention VWT abbreviation explicitly in Lexicon.rst
Currently, when doing a simple search on "VWT" the lexicon doesn't come up in search results. Hoping that a direct mention of this abbreviation will make it more searchable.
1 parent f1ab4f8 commit 9a2d2f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Lexicon.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ source code, tests, and commit messages. See also the `LLVM lexicon`_.
471471
compared across translation units to determine, e.g., when references in
472472
one translation refer to an entity defined in another translation unit.
473473

474-
value witness table
474+
VWT (value witness table)
475475
A runtime structure that describes how to do basic operations on an unknown
476476
value, like "assign", "copy", and "destroy". (For example, does copying
477477
this value require any retains?)
@@ -496,7 +496,7 @@ source code, tests, and commit messages. See also the `LLVM lexicon`_.
496496
`vtable <vtable (virtual dispatch table)>` but for a protocol instead of
497497
a class.
498498

499-
Only conceptually related to a `value witness table`.
499+
Only conceptually related to a `value witness table <VWT (value witness table)>`.
500500

501501
WMO (whole-module optimization)
502502
A compilation mode where all files in a module are compiled in a single

0 commit comments

Comments
 (0)