[PATCH] BumpPtr allocate SimpleReferences

Shankar Kalpathi Easwaran shankarke at gmail.com
Thu Dec 4 11:36:12 PST 2014


But using the BumpVector makes the code cleaner too right ? and also the memory sanitizers will not show any more leaks as they are going to be freed. 

Another possiblity would be to resize the BumpVector by the size of references we need completely(by counting the number of relocation records).

http://reviews.llvm.org/D6518






More information about the llvm-commits mailing list