summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-03-06 02:25:41 +0000
committerEric Christopher <echristo@apple.com>2012-03-06 02:25:41 +0000
commit8c096d65b308615a717e8a10fad612d1459f5063 (patch)
treeaea958ac0567cfd0e77b788a27075f3426f2be1c /llvm/docs
parent85cd2a0148bec9cd8cb5024a148cfeed96f0c84b (diff)
downloadbcm5719-llvm-8c096d65b308615a717e8a10fad612d1459f5063.tar.gz
bcm5719-llvm-8c096d65b308615a717e8a10fad612d1459f5063.zip
Fix up link and a couple small edits.
llvm-svn: 152094
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/SourceLevelDebugging.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 8c7ae530f4a..08ac4ee3a87 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -2131,7 +2131,7 @@ The DWARF for this would be:
<!-- ======================================================================= -->
<!-- ======================================================================= -->
<h4>
- <a name="acceltableintro">Introduction</a>
+ <a name="acceltableintroduction">Introduction</a>
</h4>
<!-- ======================================================================= -->
<div>
@@ -2292,10 +2292,10 @@ bucket contents:
`-------------'
</pre>
</div>
-<p>The BUCKETS in the Apple tables is an index into the HASHES array. By
+<p>The BUCKETS in the name tables are an index into the HASHES array. By
making all of the full 32 bit hash values contiguous in memory, we allow
ourselves to efficiently check for a match while touching as little
- memory as possible. Most often, checking the 32 bit hash values is as far as
+ memory as possible. Most often checking the 32 bit hash values is as far as
the lookup goes. If it does match, it usually is a match with no collisions.
So for a table with "n_buckets" buckets, and "n_hashes" unique 32 bit hash
values, we can clarify the contents of the BUCKETS, HASHES and OFFSETS as:
OpenPOWER on IntegriCloud