This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Lowering of VLA's, part 2
- From: Chris Lattner <sabre at nondot dot org>
- To: Richard Henderson <rth at redhat dot com>
- Cc: Jason Merrill <jason at redhat dot com>, <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 27 Aug 2003 16:29:27 -0500 (CDT)
- Subject: Re: [tree-ssa] Lowering of VLA's, part 2
On Wed, 27 Aug 2003, Richard Henderson wrote:
> On Wed, Aug 27, 2003 at 03:51:46PM -0500, Chris Lattner wrote:
> > Out of curiousity, what level are you guys lowering down the EH constructs
> > to? What will the representation look like? I just got done implementing
> > the C++ EH model on LLVM, so I'm interested. :)
>
> Flat blocks, labels, and an external eh region tree.
> I posted a preliminary patch last week.
Thanks, I'll take a look.
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/