Hacker News new | ask | show | jobs
by michannne 1375 days ago
> This means valgrind cannot really detect memory issues as well since Odin has it’s own internal allocators. helgrind cannot work because Odin doesn’t use pthread primitives. ltrace cannot work because that just provides wrappers over every libc function, etc

Unfortunately, I've gone through too many bugs that had to be fixed through valgrind debugging that I'm unwilling to part with it

1 comments

The Odin team are working to put valgrind, helgrind, callgrind, memcheck, etc in to the Odin core library to provide better debugging tools! Along with many other debugging tools.

https://github.com/odin-lang/Odin/tree/master/core/sys/valgr...