Skip to content

Commit

Permalink
Remove incorrect line from performance docs
Browse files Browse the repository at this point in the history
V8 does not use a single map-transition-graph for all types, and thus
the line about ordering of properties in constructor functions is
incorrect.

Change-Id: Iaf4ac02dcfc53dd7254af1a40a3c66852a78a320
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
  • Loading branch information
Chris Adams authored and Qt by Nokia committed Mar 6, 2012
1 parent 3e63473 commit c2e5141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/src/qml/performance.qdoc
Expand Up @@ -445,7 +445,6 @@ criteria:
\list
\o Avoid using eval() if at all possible
\o Do not delete properties of objects
\o Try to maintain property-assignment order in different constructor functions
\endlist

\section1 Common Interface Elements
Expand Down

0 comments on commit c2e5141

Please sign in to comment.