Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall 2015-11-04 14:09:59 +01:00
commit 0aa337a41c
2 changed files with 16 additions and 0 deletions

View File

@ -1116,6 +1116,7 @@ local map_op = {
shrd_3 = "mriqdw:0FACRmU|mrC/qq:0FADRm|mrC/dd:|mrC/ww:",
rdtsc_0 = "0F31", -- P1+
rdpmc_0 = "0F33", -- P6+
cpuid_0 = "0FA2", -- P1+
-- floating point ops

View File

@ -24,3 +24,18 @@
Memcheck:Cond
fun:lj_str_new
}
{
Optimized string compare
Memcheck:Addr4
fun:lj_str_fastcmp
}
{
Optimized string compare
Memcheck:Addr1
fun:lj_str_fastcmp
}
{
Optimized string compare
Memcheck:Cond
fun:lj_str_fastcmp
}