0ab71b28bf
* OPT: Don't use glibc memcmp() to compare strings. My own routine is a little faster according to valgrind. * OPT: The UTF-8 String class routines Left(), Mid() and Right() have been optimized. The positions of the first 256 characters of the last string processed by the String class are cached. * OPT: Some native methods can be called like any other native subroutines. But that can be used only inside the interpreter, not in a component. * OPT: The '&' operator is faster now when it takes two arguments only (the most frequent case). git-svn-id: svn://localhost/gambas/trunk@4106 867c0c6c-44f3-4631-809d-bfa615b0a4ec