From 33149123187fda2bc96bd0288502cca97016791d Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 16 Aug 2013 21:25:39 +0200 Subject: Eliminate all vm functions on the isel side Change-Id: I7c0e50498c937ce554b019f98829fa8c5d96c18e Reviewed-by: Lars Knoll --- src/qml/compiler/qv4isel_p.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/qml/compiler/qv4isel_p.h') diff --git a/src/qml/compiler/qv4isel_p.h b/src/qml/compiler/qv4isel_p.h index e265a1e39d..0872311c72 100644 --- a/src/qml/compiler/qv4isel_p.h +++ b/src/qml/compiler/qv4isel_p.h @@ -77,15 +77,13 @@ public: int registerJSClass(QQmlJS::V4IR::ExprList *args) { return jsUnitGenerator.registerJSClass(args); } protected: - QV4::Function *createFunctionMapping(QV4::Function *outer, V4IR::Function *irFunction); QV4::ExecutionEngine *engine() const { return _engine; } - virtual void run(QV4::Function *vmFunction, V4IR::Function *function) = 0; + virtual void run(V4IR::Function *function) = 0; virtual QV4::CompiledData::CompilationUnit *backendCompileStep() = 0; private: QV4::ExecutionEngine *_engine; protected: - QHash _irToVM; bool useFastLookups; QV4::Compiler::JSUnitGenerator jsUnitGenerator; }; -- cgit v1.2.3