aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/masm-defs.pri
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-04-14 16:14:31 +0200
committerLars Knoll <lars.knoll@digia.com>2013-04-16 16:06:43 +0200
commit1755df28596b2561d1140be3c894c0cc5081b56f (patch)
tree1b03c79e64c6ef0acebb5f91d252268091ab7282 /src/3rdparty/masm/masm-defs.pri
parent7f05643e401a86a233f768ddbb7b8f911cfb1570 (diff)
Speed up regular expression matching
Use the Yarr JIT back-end if possible. Speeds up the RegExp v8 benchmark by a factor of 3. Change-Id: I7c6c8086d1d07dcd13400e3cc8bbae408ea67198 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/3rdparty/masm/masm-defs.pri')
-rw-r--r--src/3rdparty/masm/masm-defs.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/masm/masm-defs.pri b/src/3rdparty/masm/masm-defs.pri
index f8055d0ff4..a75de9fd9f 100644
--- a/src/3rdparty/masm/masm-defs.pri
+++ b/src/3rdparty/masm/masm-defs.pri
@@ -8,7 +8,7 @@ DEFINES += ENABLE_DFG_JIT=0
DEFINES += ENABLE_JIT=1
DEFINES += ENABLE_JIT_CONSTANT_BLINDING=0
DEFINES += ENABLE_ASSEMBLER=1
-DEFINES += ENABLE_YARR_JIT=0
+DEFINES += ENABLE_YARR_JIT=1
DEFINES += BUILDING_QT__
INCLUDEPATH += $$PWD/jit