harvard-acc / LLVM-Tracer

An LLVM pass to profile dynamic LLVM IR instructions and runtime values
Other
135 stars 35 forks source link

use c++ interface instread of C #1

Closed rgly closed 9 years ago

rgly commented 9 years ago

Use std::set may be better than hand-coded data structure and improve readability. One of the patches uses -fno-rtti in CFLAGS at Makefile, because LLVM builds without TypeInfo by default.