[llvm-commits] [compiler-rt] r162834 - in /compiler-rt/trunk/lib/sanitizer_common: sanitizer_common.h sanitizer_printf.cc sanitizer_stacktrace.cc

Joerg Sonnenberger joerg at britannica.bec.de
Wed Aug 29 05:46:52 PDT 2012


On Wed, Aug 29, 2012 at 03:12:17PM +0400, Alexey Samsonov wrote:
> This depends on how "good" and efficient our InternalAlloc should be (that
> is, how difficult would it be to implement
> yet another allocator, gr-r-r). For code in sanitizer_common/ we're
> probably not that interested in efficiency. Can't tell for tsan.

Well, there are a number of existing options that might work. E.g. the
old BSD malloc implementation is around 1.6KB text+data on AMD64.

Joerg



More information about the llvm-commits mailing list