Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
JIT test prints cpu info
Fix compiler warnings
JIT compiler update (rename GENERAL to SAVED)
JIT compiler update
rename PCRE_SCHAR16 to PCRE_UCHAR16 and JIT compiler update
Add pcre16 prefix to 16 bit structs
add pcre16_callout_block and pcre16_extra
fix signed/unsigned half load mismatches and JIT compiler update
Merging all the changes from the pcre16 branch into the trunk.
Rolled back trunk to r755 to prepare for merging the 16-bit branch.
Fix a possible uninitialized memory bug.
Source tidies for 8.21-RC1
Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it for the /M option in pcretest.
JIT should use pcre_malloc/pcre_free for allocation.
Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compiler
Support OP_ANYBYTE in JIT when utf8 is disabled and optimizing utf8 character length computation
Refactoring atomic block data saving. The new code is considerably simpler and use less memory. OP_ONCE_NC is also supported.
A fix for signed/unsigned comparison warnings reported by Visual C++ in the JIT compiler
File tidies for 8.20-RC2 release.
Remove continual recording of MAX_INDEX, calculate itonly at the end of the match. 5% progress.
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.
JIT must support special NEWLINE constants
Final source and document tidies for 8.20-RC1.
Tidy up interface from pcre_study() to JIT, and ignore a minimum length of 0.
Documentation for JIT support.
Adjust JIT limit code; make JIT test return 1 if not successful.
Give PCRE_ERROR_JIT_STACKLIMIT when JIT runs out of stack.
Change pcre_assign_jit_callback to pcre_assign_jit_stack.
Get rid of unused variable compiler warnings when UTF-8 not supported.
Fix unset memory bug found by valgrind.
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.
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |