Re: Generating code for state machines

Gary Oblock <mwso@earthlink.net>
Thu, 24 Dec 2009 09:35:12 -0800

          From comp.compilers

Related articles
Generating code for state machines rich@pennware.com (Richard Pennington) (2009-12-15)
Re: Generating code for state machines mwso@earthlink.net (Gary Oblock) (2009-12-24)
| List of all articles for this month |

From: Gary Oblock <mwso@earthlink.net>
Newsgroups: comp.compilers
Date: Thu, 24 Dec 2009 09:35:12 -0800
Organization: Compilers Central
References: 09-12-032
Keywords: optimize
Posted-Date: 24 Dec 2009 12:27:13 EST

Richard Pennington wrote:


> I've been extending my C++ compiler to parse a syntax for defining state
> machines and now I'm beginning semantic analysis and code generation.
> There is a description on this page:
> http://ellcc.org/wiki/index.php/State_machines_and_Active_Classes.
>
> Can anyone point me to good references on state machine optimization and
> code generation?


Rich --


There are lots things on the web about this. You simply have to use the
word "reduction" instead of optimization to find them....


  -- Gary


--
Bronze Dreams
http://www.bronzedreams.com



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.