Thomas Jarosch 51cff0cb9b Match compiler: Speed up Token comparison with string literals. Ticket #4451
"Cache" string literals as C++ std::string objects.
The string length gets cached and so we don't need to
call strlen() on the literals at runtime.
2012-12-31 14:45:16 +01:00
..
2012-12-11 09:30:37 +01:00
2011-08-11 23:40:10 +03:00
2012-12-25 15:28:58 +01:00
2012-11-27 12:20:23 +01:00