Skip to content
Snippets Groups Projects
Commit 3db3fa84 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Continue improving valgrind run: add recommended luajit suppressions.

Continue improving valgrind run: add recommended luajit suppressions.
parent f1560798
No related branches found
No related tags found
No related merge requests found
......@@ -242,3 +242,23 @@
fun:box_process*
...
}
# third_party/luajit/src/lj.supp -- add as recommended in
# http://lua-users.org/lists/lua-l/2011-08/msg00736.html
# Valgrind suppression file for LuaJIT 2.x.
{
Optimized string compare
Memcheck:Addr4
fun:lj_str_cmp
}
{
Optimized string compare
Memcheck:Addr4
fun:lj_str_new
}
{
Optimized string compare
Memcheck:Cond
fun:lj_str_new
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment