search for: r206147

Displaying 1 result from an estimated 1 matches for "r206147".

Did you mean: r206141
2014 Apr 21
2
[LLVMdev] LLVM Weekly - #16, Apr 21st 2014
...those who have experience with this code are encouraged to check the document for accuracy. ## LLVM commits * LLVM's internal BumpPtrAllocator has been switched to using a vector of pointers to slabs rather than a single linked list and the underlying allocator is now a template parameter. [r206147](http://llvm-reviews.chandlerc.com/rL206147), [r206149](http://llvm-reviews.chandlerc.com/rL206149). The allocator can now also pass the size to the deallocation function, which improves performance with some libraries (e.g. tcmalloc). [r206265](http://llvm-reviews.chandlerc.com/rL20265). * Suppor...