Log of /code/trunk/pcre_jit_compile.c
Parent Directory
|
Revision Log
Revision
780 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 2 11:39:21 2011 UTC
(9 years, 1 month ago)
by
ph10
File length: 202164 byte(s)
Diff to
previous 752
Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it for
the /M option in pcretest.
Revision
752 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 19 15:28:29 2011 UTC
(9 years, 2 months ago)
by
zherczeg
File length: 201876 byte(s)
Diff to
previous 741
JIT should use pcre_malloc/pcre_free for allocation.
Revision
741 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 31 09:31:46 2011 UTC
(9 years, 2 months ago)
by
zherczeg
File length: 201788 byte(s)
Diff to
previous 736
Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compiler
Revision
736 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 16 15:48:03 2011 UTC
(9 years, 3 months ago)
by
zherczeg
File length: 194815 byte(s)
Diff to
previous 726
Support OP_ANYBYTE in JIT when utf8 is disabled and optimizing utf8 character length computation
Revision
726 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 9 18:53:25 2011 UTC
(9 years, 3 months ago)
by
zherczeg
File length: 194284 byte(s)
Diff to
previous 715
Refactoring atomic block data saving. The new code is considerably simpler and use less memory. OP_ONCE_NC is also supported.
Revision
715 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 1 06:42:38 2011 UTC
(9 years, 3 months ago)
by
zherczeg
File length: 196267 byte(s)
Diff to
previous 708
A fix for signed/unsigned comparison warnings reported by Visual C++ in the JIT compiler
Revision
696 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 18 15:09:49 2011 UTC
(9 years, 4 months ago)
by
zherczeg
File length: 196233 byte(s)
Diff to
previous 695
Remove continual recording of MAX_INDEX, calculate itonly at the end of the match. 5% progress.
Revision
695 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 17 06:05:38 2011 UTC
(9 years, 4 months ago)
by
zherczeg
File length: 198033 byte(s)
Diff to
previous 694
Swap MAX_INDEX and CALL_COUNT, since CALL_COUNT is used far more frequently so it should be a register. 5% progress on a 64 bit x86 machine.
Revision
688 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 9 09:35:48 2011 UTC
(9 years, 4 months ago)
by
ph10
File length: 197150 byte(s)
Diff to
previous 678
Tidy up interface from pcre_study() to JIT, and ignore a minimum length of 0.
Revision
677 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 28 10:50:07 2011 UTC
(9 years, 5 months ago)
by
ph10
File length: 197110 byte(s)
Diff to
previous 676
Adjust JIT limit code; make JIT test return 1 if not successful.
Revision
676 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 27 15:53:04 2011 UTC
(9 years, 5 months ago)
by
ph10
File length: 195735 byte(s)
Diff to
previous 675
Give PCRE_ERROR_JIT_STACKLIMIT when JIT runs out of stack.
Revision
675 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 27 10:18:46 2011 UTC
(9 years, 5 months ago)
by
ph10
File length: 195723 byte(s)
Diff to
previous 670
Change pcre_assign_jit_callback to pcre_assign_jit_stack.
Revision
670 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 23 11:16:56 2011 UTC
(9 years, 5 months ago)
by
ph10
File length: 195729 byte(s)
Diff to
previous 669
Get rid of unused variable compiler warnings when UTF-8 not supported.
Revision
664 -
(
view)
(
annotate)
-
[select for diffs]
Added
Mon Aug 22 14:54:38 2011 UTC
(9 years, 5 months ago)
by
ph10
File length: 195687 byte(s)
Commit all the changes for JIT support, but without any documentation yet.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.