Related articles |
---|
Reconstructing short circuited expressions Jason_Shirk@ccm.sc.intel.com (Jason Shirk) (1997-04-16) |
Re: Reconstructing short circuited expressions torbenm@diku.dk (1997-04-18) |
From: | Jason Shirk <Jason_Shirk@ccm.sc.intel.com> |
Newsgroups: | comp.compilers |
Date: | 16 Apr 1997 00:20:35 -0400 |
Organization: | Compilers Central |
Keywords: | optimize, question |
I am looking for an algorithm to reconstruct a conditional expression
that has been short circuited. I can easily build a dag representing
the control flow of the condition. I just want to reconstruct an
expression logically equivalent to what the user wrote.
I would appreciate any experiences or references.
-Jason Shirk
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.