Reconstructing short circuited expressions

Jason Shirk <Jason_Shirk@ccm.sc.intel.com>
16 Apr 1997 00:20:35 -0400

          From comp.compilers

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)
| List of all articles for this month |

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
--


Post a followup to this message

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