[llvm-commits] [llvm] r152023 - /llvm/trunk/lib/TableGen/Record.cpp
Chris Lattner
clattner at apple.com
Mon Mar 5 11:30:10 PST 2012
On Mar 5, 2012, at 2:36 AM, Chandler Carruth wrote:
> Author: chandlerc
> Date: Mon Mar 5 04:36:16 2012
> New Revision: 152023
>
> URL: http://llvm.org/viewvc/llvm-project?rev=152023&view=rev
> Log:
> Switch the TableGen record's string-based DenseMap key to use the new
> hashing infrastructure. I wonder why we don't just use StringMap here,
> and I may revisit the issue if I have time, but for now I'm just trying
> to consolidate.
FWIW, this probably predates StringMap. TableGen isn't particularly performance optimized.
-Chris
More information about the llvm-commits
mailing list