Changeset 72197 in webkit for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- Nov 17, 2010, 5:15:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r72186 r72197 1 2010-11-17 Peter Varga <[email protected]> 2 3 Reviewed by Gavin Barraclough. 4 5 YARR JIT should fallback to YARR Interpreter instead of PCRE. 6 https://bugs.webkit.org/show_bug.cgi?id=46719 7 8 Remove the ENABLE_YARR macro and the option of matching regular 9 expressions with PCRE from JavaScriptCore. 10 11 * runtime/JSGlobalData.h: 12 * runtime/RegExp.cpp: 13 (JSC::RegExp::compile): 14 (JSC::RegExp::match): 15 * tests/mozilla/expected.html: 16 * wtf/Platform.h: 17 * yarr/RegexCompiler.cpp: 18 * yarr/RegexCompiler.h: 19 * yarr/RegexInterpreter.cpp: 20 (JSC::Yarr::byteCompileRegex): 21 * yarr/RegexInterpreter.h: 22 * yarr/RegexJIT.cpp: 23 (JSC::Yarr::jitCompileRegex): 24 * yarr/RegexJIT.h: 25 (JSC::Yarr::RegexCodeBlock::RegexCodeBlock): 26 (JSC::Yarr::RegexCodeBlock::~RegexCodeBlock): 27 (JSC::Yarr::RegexCodeBlock::getFallback): 28 (JSC::Yarr::RegexCodeBlock::isFallback): 29 (JSC::Yarr::RegexCodeBlock::setFallback): 30 (JSC::Yarr::executeRegex): 31 * yarr/RegexParser.h: 32 * yarr/RegexPattern.h: 33 1 34 2010-11-17 Peter Varga <[email protected]> 2 35
Note:
See TracChangeset
for help on using the changeset viewer.