Speed up string compares in string interning.

This commit is contained in:
Mike Pall
2010-07-21 23:55:05 +02:00
parent 420124372b
commit c5feda2d53
2 changed files with 51 additions and 6 deletions

View File

@@ -4,3 +4,13 @@
Memcheck:Addr4
fun:lj_str_cmp
}
{
Optimized string compare
Memcheck:Addr4
fun:lj_str_new
}
{
Optimized string compare
Memcheck:Cond
fun:lj_str_new
}