Ignore:
Timestamp:
Feb 22, 2012, 12:43:52 AM (13 years ago)
Author:
[email protected]
Message:

Short circuit fixed for a 16 bt pattern character and an 8 bit string.
https://bugs.webkit.org/show_bug.cgi?id=75602

Patch by Hojong Han <[email protected]> on 2012-02-22
Reviewed by Gavin Barraclough.

  • yarr/YarrJIT.cpp:

(JSC::Yarr::YarrGenerator::backtrackPatternCharacterGreedy):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r108448 r108456  
     12012-02-22  Hojong Han  <[email protected]>
     2
     3        Short circuit fixed for a 16 bt pattern character and an 8 bit string.
     4        https://bugs.webkit.org/show_bug.cgi?id=75602
     5
     6        Reviewed by Gavin Barraclough.
     7
     8        * yarr/YarrJIT.cpp:
     9        (JSC::Yarr::YarrGenerator::backtrackPatternCharacterGreedy):
     10
    1112012-02-21  Filip Pizlo  <[email protected]>
    212
Note: See TracChangeset for help on using the changeset viewer.