diff options
author | Simon Hausmann <[email protected]> | 2016-06-06 16:19:47 +0200 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2016-07-19 14:50:02 +0000 |
commit | e0e50532d29d02c8bcbab01dbfb72377102eaf8f (patch) | |
tree | 93e320ee4db05727dffd3de51dd4a77019afe480 /src/qml/jit/qv4isel_masm_p.h | |
parent | fa06494d888727d229cd47efbe7265d61c7f7c25 (diff) |
Added basic loading of compilation units from disk
This remains hidden behind the QML_DISK_CACHE flag until all backends
support it and the verification code is in place.
Change-Id: Ic77c64e20a2dc4c43473c47640e09f8070237e85
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src/qml/jit/qv4isel_masm_p.h')
-rw-r--r-- | src/qml/jit/qv4isel_masm_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/jit/qv4isel_masm_p.h b/src/qml/jit/qv4isel_masm_p.h index a92196f5f7..7616ba147f 100644 --- a/src/qml/jit/qv4isel_masm_p.h +++ b/src/qml/jit/qv4isel_masm_p.h @@ -290,6 +290,7 @@ public: { return new InstructionSelection(qmlEngine, execAllocator, module, jsGenerator); } virtual bool jitCompileRegexps() const { return true; } + QQmlRefPointer<CompiledData::CompilationUnit> createUnitForLoading() Q_DECL_OVERRIDE; }; } // end of namespace JIT |