summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qregularexpression/.gitignore
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-04-19 15:11:18 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-06 00:10:55 +0200
commit260f24228b663e27a5f307c994ea6bb38c3f1c38 (patch)
treef6b0d892426bc74d251cbf93ebcb2af69badb256 /tests/auto/corelib/tools/qregularexpression/.gitignore
parenteedd300b0ecf83a365f48c084e09f1446238e157 (diff)
QRegularExpression: add ways to force an immediate optimization
The fact that we kick in a pattern study and possibly a JIT compilation after an undocumented number of usages is suboptimal, for a number or reasons: users may want to JIT compile a pattern immediately, and at the same time they may not want a random delay in the program (due to the pattern getting optimized at a random usage). So: add an optimize() call to force an immediate pattern optimization, and a pattern option to force an optimization on the first usage. Change-Id: I95efdecfd31f11ca7cceb9c05037df613601a11c Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/tools/qregularexpression/.gitignore')
-rw-r--r--tests/auto/corelib/tools/qregularexpression/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qregularexpression/.gitignore b/tests/auto/corelib/tools/qregularexpression/.gitignore
index c9249e090e..4650b4454e 100644
--- a/tests/auto/corelib/tools/qregularexpression/.gitignore
+++ b/tests/auto/corelib/tools/qregularexpression/.gitignore
@@ -1,2 +1,3 @@
tst_qregularexpression_alwaysoptimize
tst_qregularexpression_defaultoptimize
+tst_qregularexpression_forceoptimize