mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Bug 1125620 - Fix comment about MAX_LINEAR_SEARCHES, r=bhackett
This commit is contained in:
parent
f89dae3301
commit
21b5ec4a89
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user