[llvm-commits] patch for Type::dump taking Module context for symbolic typename resolution (or whatever)

Tomas Lindquist Olsen tomas.l.olsen at gmail.com
Wed Oct 1 11:06:48 PDT 2008


Hi folks

I had some issues with Type::dump taking more than 15 minutes (in fact I
didn't have patience to wait longer than that) during debugging.
This patch adds support for Type::dump taking a Module context so type names
can be resolved and used, taking the time down to less than a second.

Hope this can get in 2.4 as it's really, really, useful for us, some of the
types we generate are huge when fully unfolded. but usually not more than a
single name if not ...

-Tomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20081001/34caca53/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: typedump.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20081001/34caca53/attachment.ksh>


More information about the llvm-commits mailing list