Single character repetition in JIT has been improved.
This commit is contained in:
parent
c146059c22
commit
870f975707
|
@ -164,6 +164,9 @@ instead of the EBCDIC value.
|
||||||
42. The handling of \c in an EBCDIC environment has been revised so that it is
|
42. The handling of \c in an EBCDIC environment has been revised so that it is
|
||||||
now compatible with the specification in Perl's perlebcdic page.
|
now compatible with the specification in Perl's perlebcdic page.
|
||||||
|
|
||||||
|
43. Single character repetition in JIT has been improved. 20-30% speedup
|
||||||
|
was achieved on certain patterns.
|
||||||
|
|
||||||
|
|
||||||
Version 10.10 06-March-2015
|
Version 10.10 06-March-2015
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue