Related articles |
---|
effect of globals on SSA Form sskumar@vela.acs.oakland.edu (1993-12-13) |
Re: effect of globals on SSA Form cliffc@rice.edu (1993-12-17) |
Newsgroups: | comp.compilers |
From: | sskumar@vela.acs.oakland.edu (Srikanth Kumar) |
Keywords: | optimize, question |
Organization: | Oakland University, Rochester, Michigan, U.S.A. |
Date: | Mon, 13 Dec 1993 09:35:07 GMT |
Hi, I would like to know how side effect information is represented
in Static Single Assignment Form. Basically, if I have
g1 = ... /* g1 is a global (a version of global 'g' */
...
call p() /* p modifies global g */
...
= use of g here /* which version of g is used? *? */
How is side effect information reepresented in SSA with/without MOD
information?
Thanks in advance.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.