[llvm-commits] Deleting the Value vtable
Chris Lattner
clattner at apple.com
Sun Dec 9 16:02:38 PST 2007
>> 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 repeating it several times. Here are some
> ideas off the top of my head…
Why not something like InstVisitor? Right now it only supports
instructions, but it could be extended.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20071209/b69c4c76/attachment.html>
More information about the llvm-commits
mailing list