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

[llvm-commits] Deleting the Value vtable

2007-12-09 Thread Gordon Henriksen
On Dec 9, 2007, at 17:50, Gordon Henriksen wrote: On Dec 3, 2007, at 17:59, pawel kunio wrote: Whoah, pretty strange I get neither of those. I'm using compiler from vs 2008 beta2 'orcas'. What compiler should I use to be more in sync with the one used by You for verification? btw, I had a