Skip to content

Instantly share code, notes, and snippets.

@JeOam
Created August 10, 2016 13:25
Show Gist options
  • Save JeOam/2204c320051103cf82c4397169f73969 to your computer and use it in GitHub Desktop.
Save JeOam/2204c320051103cf82c4397169f73969 to your computer and use it in GitHub Desktop.
自制编程语言
@JeOam
Copy link
Author

JeOam commented Aug 28, 2016

Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment