Related articles |
---|
Basic blocks and CFG licaner@gmail.com (lican) (2009-03-16) |
Re: Basic blocks and CFG dnovillo@acm.org (Diego Novillo) (2009-03-17) |
Re: Basic blocks and CFG kamalpr@hp.com (kamal) (2009-03-17) |
From: | lican <licaner@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Mon, 16 Mar 2009 19:22:57 -0700 (PDT) |
Organization: | Compilers Central |
Keywords: | analysis, question |
Posted-Date: | 17 Mar 2009 07:09:20 EDT |
Hi,
Does anyone know if it is possible to build basic blocks without
generating IR, directly from an AST? I find it rather difficult. For
simple cases why not, but the main problems are the nested loops and
break / continue statements in loops. I ignore the gotos, I don't need
them in the language I'm building. So... possible, anyone tried this
earlier?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.