--- parser3/INSTALL 2009/06/13 07:28:00 1.52 +++ parser3/INSTALL 2009/07/29 04:59:15 1.53 @@ -1,5 +1,5 @@ Alexander Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.52 2009/06/13 07:28:00 misha Exp $ +$Id: INSTALL,v 1.53 2009/07/29 04:59:15 misha Exp $ 1.What is the process to compile Parser3? @@ -165,4 +165,9 @@ $Id: INSTALL,v 1.52 2009/06/13 07:28:00 write operations it is safe to modify them and save some memory. #define CORD_CHARS_CACHE -- language cords with same language and length are cached and reused. + src/include/pa_string.h + #define STRING_LENGTH_CACHING -- cache String::Body.length() for char* strings + + src/include/pa_hash.h + #define HASH_ORDER -- hash keys are iterated in the order of insertion