--- parser3/INSTALL 2009/07/29 04:59:15 1.53 +++ parser3/INSTALL 2009/09/22 01:57:19 1.55 @@ -1,5 +1,5 @@ Alexander Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.53 2009/07/29 04:59:15 misha Exp $ +$Id: INSTALL,v 1.55 2009/09/22 01:57:19 misha Exp $ 1.What is the process to compile Parser3? @@ -127,6 +127,8 @@ $Id: INSTALL,v 1.53 2009/07/29 04:59:15 WARNING: if you want to use apache configure option --enable-shared=max, do this: ./p3runConfigure --enable-shared=max --disable-shared=mod_parser3.c + Make build-std" command to compile just httpd binary, support stuff won't build with parser libs. + 6. Since Parser 3.4.0 the several optimisations were implemented. If you experience problems you can try to disable them by commenting corresponding defines and recompiling parser3. @@ -140,7 +142,6 @@ $Id: INSTALL,v 1.53 2009/07/29 04:59:15 #define OPTIMIZE_BYTECODE_CONSTRUCT -- $a(expr), $a[value] $.a(expr), $.a[value] $self.a(expr), $self.a[value] - #define OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT -- ^class::constructor #define OPTIMIZE_BYTECODE_CUT_REM_OPERATOR -- cut rem operator with any number of params during compilation #define OPTIMIZE_BYTECODE_STRING_POOL -- simplifying string's bytecode into expression