summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2023-11-06 11:48:29 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-11-09 14:46:09 +0000
commit1b7cb04904abca1796a9c1b169f7eada06c56c91 (patch)
treeceda8e4ebb5b3405b24c9d82103e42abf8b3758b
parente49507bc71b3595e73bef97b732dc602f3172c60 (diff)
Mention the need to deploy v8 context snapshots for Qt WebEngine
It was missing from the documentation. Fixes: QTBUG-118655 Change-Id: I4961cada70b51a9d243e69de42a037f29957214d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit bef1d20970298fc9a680288349298c32ffb7aae3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/doc/src/qtwebengine-deploying.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/doc/src/qtwebengine-deploying.qdoc b/src/core/doc/src/qtwebengine-deploying.qdoc
index d75f8572e..08f7a6b1c 100644
--- a/src/core/doc/src/qtwebengine-deploying.qdoc
+++ b/src/core/doc/src/qtwebengine-deploying.qdoc
@@ -98,6 +98,12 @@
\li \c icudtl.dat provides support for International Components for
Unicode (ICU). It is the Chromium version of ICU, which is not
needed if \QWE was configured to use the system ICU.
+ \li \c v8_context_snapshot.bin contains a previously prepared snapshot
+ of a v8 context used to speed up initialization. Debug builds use
+ separate snapshots with the file name extension \c .debug.bin instead
+ of \c .bin. On \macos, there is a snapshot for each architecture named
+ accordingly, for example \c v8_context_snapshot.arm64.bin or
+ \c v8_context_snapshot.arm64.debug.bin.
\endlist
Resources are searched from the following locations: