aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldiskcache/importmodule.qml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for disk caching of ES modulesSimon Hausmann2018-08-171-0/+5
Two minor fixes needed for this otherwise straight-forward change: (1) When compiling modules, use the full url for the source file of the compilation unit, as that's what we use for the relocation check when loading the cache file. (2) Record the proper source time stamp for cache invalidation. As a bonus, when importing scripts from .qml files, we now also attempt to use the cached version that we created on the fly in an effort to replace heap memory with mmap backed memory - just like we do for .qml files. Change-Id: I5b03a18e3c44d537c3242cb1d969636df32fe42a Reviewed-by: Lars Knoll <lars.knoll@qt.io>