Changeset 50143 in webkit for trunk/JavaScriptCore/yarr/RegexJIT.cpp
- Timestamp:
- Oct 27, 2009, 6:51:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/yarr/RegexJIT.cpp
r50109 r50143 1265 1265 // 1266 1266 // FIXME: a nice improvement here may be to stop trying to match sooner, based on the least 1267 // of the minimum-alter antive-lengths. E.g. if I have two alternatives of length 200 and 150,1267 // of the minimum-alternative-lengths. E.g. if I have two alternatives of length 200 and 150, 1268 1268 // and a string of length 100, we'll end up looping index from 0 to 100, checking whether there 1269 1269 // is sufficient input to run either alternative (constantly failing). If there had been only
Note:
See TracChangeset
for help on using the changeset viewer.