TableGen: Store Records on a BumpPtrAllocator
authorMatthias Braun <matze@braunis.de>
Sun, 4 Dec 2016 05:48:20 +0000 (05:48 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 4 Dec 2016 05:48:20 +0000 (05:48 +0000)
commitd0edb0dfa775f73910c51017bafa2a74e33a3e0f
treea5abb2cb1e4d95c856ba386b9cd82999fad25422
parent4a86d456d3efc8796f6cc9986aa3b55964ef847f
TableGen: Store Records on a BumpPtrAllocator

All these records are internalized and will live until exit.  This makes
them perfect candidates for a fast BumpPtrAllocator.

llvm-svn: 288613
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp