[PATCH] Implement variable-sized alloca instrumentation (take 2).
Yury Gribov
tetra2005 at gmail.com
Wed Feb 25 20:42:38 PST 2015
> Also, whenever possible, I prefer not to have linked lists. I am pretty sure we can solve this problem with an array.
Note that number of allocas is not known statically so in general you'll need a dynamically growing array.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7098
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list