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: Richard Henderson <rth at redhat dot com>
- To: Chris Lattner <sabre at nondot dot org>
- Cc: Jason Merrill <jason at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 27 Aug 2003 14:13:50 -0700
- Subject: Re: [tree-ssa] Lowering of VLA's, part 2
- References: <Pine.LNX.4.44.0308271549180.29604-100000@nondot.org>
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.
r~