Dear all, I've had access to a of C/C++ static analysis tool PVS Studio, and ran it against the latest rakudo sources [1]. The majority of notes seems to be noise, but there were found some valid concerns (or at least looking valid to me) f.ex. this:
MoarVM/3rdparty/dynasm/dasm_x86.h:125 realloc() possible leak: when realloc() fails in allocating memory, original pointer 'D->lglabels' is lost. Consider assigning realloc() to a temporary pointer. You probably might find it interesting to look at the log [1] http://karasik.eu.org/misc/pvs/rakudo.log -- Sincerely, Dmitry Karasik