mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Extend Valgrind suppressions for non-inlined C code.
Thanks to Dennis Schridde.
This commit is contained in:
parent
1393b2f681
commit
7991a669dd
15
src/lj.supp
15
src/lj.supp
@ -24,3 +24,18 @@
|
|||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
fun:lj_str_new
|
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
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user