src/declarative/qml/qdeclarativecompiledbindings.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    62 DEFINE_BOOL_CONFIG_OPTION(qmlDisableFastProperties, QML_DISABLE_FAST_PROPERTIES);
    62 DEFINE_BOOL_CONFIG_OPTION(qmlDisableFastProperties, QML_DISABLE_FAST_PROPERTIES);
    63 DEFINE_BOOL_CONFIG_OPTION(bindingsDump, QML_BINDINGS_DUMP);
    63 DEFINE_BOOL_CONFIG_OPTION(bindingsDump, QML_BINDINGS_DUMP);
    64 
    64 
    65 Q_GLOBAL_STATIC(QDeclarativeFastProperties, fastProperties);
    65 Q_GLOBAL_STATIC(QDeclarativeFastProperties, fastProperties);
    66 
    66 
    67 #ifdef __GNUC__
    67 #if defined(Q_CC_GNU) && (!defined(Q_CC_INTEL) || __INTEL_COMPILER >= 1200)
    68 #  define QML_THREADED_INTERPRETER
    68 #  define QML_THREADED_INTERPRETER
    69 #endif
    69 #endif
    70 
    70 
    71 #define FOR_EACH_QML_INSTR(F) \
    71 #define FOR_EACH_QML_INSTR(F) \
    72     F(Noop)                    /* Nop */ \
    72     F(Noop)                    /* Nop */ \