Benoît Minisini 0ab71b28bf [INTERPRETER]
* 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
2011-09-08 16:01:36 +00:00
..
2011-09-08 16:01:36 +00:00
2011-09-08 16:01:36 +00:00
2011-07-29 21:13:08 +00:00
2011-09-04 23:20:53 +00:00
2011-09-08 16:01:36 +00:00
2011-09-07 12:38:29 +00:00
2011-08-31 02:28:48 +00:00
2011-08-31 02:28:48 +00:00
2011-07-17 10:57:55 +00:00
2011-08-23 12:51:25 +00:00
2011-07-17 10:57:55 +00:00