Start value symbol tables out small (space for 16 elts), not huge (space for 512).
authorChris Lattner <sabre@nondot.org>
Mon, 26 Mar 2007 01:45:35 +0000 (01:45 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Mar 2007 01:45:35 +0000 (01:45 +0000)
commit5eeb4b5bf6c3380fc27f38ab5a59c19550869ba0
tree11833f1309c616dfd2601b646803e1502ce6a754
parentb3b29dfe7a501a8dcf7e2ccdd76c560bfb0858c6
Start value symbol tables out small (space for 16 elts), not huge (space for 512).

This is particularly useful for the JIT, which lazily deserializes functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35346 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ValueSymbolTable.h