Go to file
Chris Lattner 1a84994c46 allocate MultiKeywordSelector's out of a bump pointer allocator instead of malloc.
This has two advantages 1) no more leaking them, 2) fewer calls to malloc.

This changes us from calling malloc 3685/1390/883/2974/1185 times respectively on
16/20/24/28/32 byte objects when parsing cocoa.h with pth and -disable-free to
calling it 2816/1020/702/2903/1168 times each respectively.

llvm-svn: 66017
2009-03-04 05:35:38 +00:00
clang allocate MultiKeywordSelector's out of a bump pointer allocator instead of malloc. 2009-03-04 05:35:38 +00:00
llvm Revert r66004 for now; it's causing a variety of test failures. 2009-03-04 03:54:19 +00:00