Hacker News new | ask | show | jobs
by ycmbntrthrwaway 3454 days ago
From my experience most of the hard to trace errors come from uninitialized variables and they are usually valgrindable. It is VM-based so it can cache jumps and other conditions that depend one uninitialized vars via taint analysis.