*** Significantly speed up type resultion
authorChris Lattner <sabre@nondot.org>
Wed, 19 Nov 2003 19:10:23 +0000 (19:10 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Nov 2003 19:10:23 +0000 (19:10 +0000)
commit542d991451c20ab17dc4c3f0b856bb632e546016
treef81292439cb12b5165fb3bf51b8fd494f1186096
parent30263d0c4cef94cafd20a141b7be6b8bcaebae93
*** Significantly speed up type resultion
  This change speeds up type resolution by checking to see if a type is
  recursive, and if it's not, using a more efficient algorithm.

  This dramatically reduces bytecode loading time of kc++, reducing time-to-jit
  kc++ --version to 17s from 33s

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10088 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Type.cpp