[llvm-commits] patch for Type::dump taking Module context for symbolic typename resolution (or whatever)
Chris Lattner
clattner at apple.com
Wed Oct 1 13:16:48 PDT 2008
On Oct 1, 2008, at 11:06 AM, Tomas Lindquist Olsen wrote:
> 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 ...
Applied, thanks! Make sure to stay in 80 cols though :)
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080929/067893.html
-Chris
More information about the llvm-commits
mailing list