Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Compilers > Re: Generating ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 4 Topic 2348 of 2474
Post > Topic >>

Re: Generating Static Single Assignment ?

by parthaspanda22@[EMAIL PROTECTED] Mar 3, 2008 at 09:14 AM

> Can I generate SSA immediately from the AST?

SSA is used to further refine the IR you choose.  3-address code is
the minimum to implement SSA. So, yes you may need to do both.  You
will also need to distinguish between the representation of the
IR. Both tree and record(DAG) formats can sup****t 3-address codes.

The fastest way to get to SSA would be what GCC does i.e. convert the
AST to 3-address tree code and then insert the phi nodes to get a
tree-SSA implementation.

Sincerely,
Partha Sarathi Panda
 




 4 Posts in Topic:
Generating Static Single Assignment ?
kphillips <kevin.phill  2008-02-29 00:34:37 
Re: Generating Static Single Assignment ?
Richard Pennington <ri  2008-03-01 13:14:00 
Re: Generating Static Single Assignment ?
"=?ISO-8859-1?Q?Rola  2008-03-02 04:01:05 
Re: Generating Static Single Assignment ?
parthaspanda22@[EMAIL PRO  2008-03-03 09:14:25 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 26 1:11:21 CDT 2008.