summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKavindra Palaraja <kpalaraja@luxoft.com>2019-07-08 15:23:00 +0200
committerKavindra Palaraja <kpalaraja@luxoft.com>2019-07-08 15:32:26 +0200
commitc484dc96e48b5b56dd52fe2f6514019eeca87930 (patch)
tree7b2e86bf62179d0266ce781008d4eb6302edd3dc
parent7437c495c4b0a66bd8654833ea0643784e597059 (diff)
downloadqtdoc-c484dc96e48b5b56dd52fe2f6514019eeca87930.tar.gz
Doc: Update a broken link and improve the structure
Change-Id: Ia82bf875de8b5ffe163e2caeb36c0853375ee12a Reviewed-by: Andy Shaw <andy.shaw@qt.io>
-rw-r--r--doc/src/qmlapp/performance.qdoc14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/src/qmlapp/performance.qdoc b/doc/src/qmlapp/performance.qdoc
index 87ea8d22..91952770 100644
--- a/doc/src/qmlapp/performance.qdoc
+++ b/doc/src/qmlapp/performance.qdoc
@@ -1142,11 +1142,13 @@ or cache-thrash, causing a huge reduction in performance. It is always necessary
the impact of trade-offs carefully in order to determine which solution is best in a given
situation.
-For in-depth information on cache performance and memory-time trade-offs, please see
-Ulrich Drepper's excellent article "What Every Programmer Should Know About Memory"
-(available at http://ftp.linux.org.ua/pub/docs/developer/general/cpumemory.pdf as at 18th
-April 2012), and for information on C++-specific optimizations, please see Agner Fog's
-excellent manuals on optimizing C++ applications (available at
-http://www.agner.org/optimize/ as at 18th April 2012).
+For in-depth information on cache performance and memory-time trade-offs, refer to the following
+articles:
+\list
+ \li Ulrich Drepper's excellent article: "What Every Programmer Should Know About Memory",
+ at: \l{https://people.freebsd.org/~lstewart/articles/cpumemory.pdf}.
+ \li Agner Fog's excellent manuals on optimizing C++ applications at:
+ \l{http://www.agner.org/optimize/}.
+\endlist
*/