Changeset 76133 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 19, 2011, 9:58:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r76129 r76133 1 2011-01-19 Michael Saboff <[email protected]> 2 3 Reviewed by Darin Adler. 4 5 <rdar://problem/8882994> Regression: Simple nested backtrack hangs 6 https://bugs.webkit.org/show_bug.cgi?id=52675 7 8 The changeset (r76076) for https://bugs.webkit.org/show_bug.cgi?id=52540 9 broke simple backtracking in some cases. Reworked that change to 10 link both jumps and labels. 11 12 * yarr/YarrJIT.cpp: 13 (JSC::Yarr::YarrGenerator::BacktrackDestination::hasBacktrackToLabel): 14 (JSC::Yarr::YarrGenerator::TermGenerationState::propagateBacktrackingFrom): 15 (JSC::Yarr::YarrGenerator::generateParenthesesSingle): 16 1 17 2011-01-19 Pavel Podivilov <[email protected]> 2 18
Note:
See TracChangeset
for help on using the changeset viewer.