Bug 1125620 - Fix comment about MAX_LINEAR_SEARCHES, r=bhackett

This commit is contained in:
Hannes Verschore 2015-01-29 09:40:03 +01:00
parent f89dae3301
commit 21b5ec4a89

View File

@ -86,7 +86,7 @@
*
* To find the Shape for a particular property of an object initially requires
* a linear search. But if the number of searches starting at any particular
* Shape in the property tree exceeds MAX_LINEAR_SEARCHES and the Shape's
* Shape in the property tree exceeds LINEAR_SEARCHES_MAX and the Shape's
* lineage has (excluding the EmptyShape) at least MIN_ENTRIES, we create an
* auxiliary hash table -- the ShapeTable -- that allows faster lookup.
* Furthermore, a ShapeTable is always created for dictionary mode lists,