https://github.com/JuliaLang/julia
Raw File
Tip revision: 2e68f3cea3fb4528e168b8976c57a39ec5df8c6e authored by Kristoffer on 07 May 2023, 15:00:46 UTC
transition `@timeit` in `Core.Compiler` to use tracy instead
Tip revision: 2e68f3c
valgrind-julia.supp
# https://github.com/JuliaLang/julia/issues/4533
{
   msync unwind
   Memcheck:Param
   write(buf)
   ...
   fun:validate_mem
   ...
   fun:rec_backtrace
}
back to top