mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +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
|
||||
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