Re: [llvm-commits] Deleting the Value vtable

2007-12-09 Thread Gordon Henriksen
On 2007-12-09, at 19:02, Chris Lattner wrote: Thanks Pawel! I've applied your patch as rev 44747 here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071203/056105.html Since there are some other methods to devirtualize deeper in the class hierarchy, I wonder if it might mak

Re: [llvm-commits] Deleting the Value vtable

2007-12-09 Thread Chris Lattner
Thanks Pawel! I've applied your patch as rev 44747 here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071203/056105.html Since there are some other methods to devirtualize deeper in the class hierarchy, I wonder if it might make sense to write the dispatch once instead of